practicalswift
|
993e38a4e2
|
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
|
5 years ago |
MarcoFalke
|
fa3b9ee8b2
|
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
-BEGIN VERIFY SCRIPT-
sed -i --regexp-extended -e 's/connect_nodes_bi\(self.nodes,\s*(.),\s*/connect_nodes(self.nodes[\1], /g' $(git grep -l connect_nodes_bi)
sed -i --regexp-extended -e 's/connect_nodes_bi(,| )/connect_nodes\1/g' $(git grep -l connect_nodes_bi)
-END VERIFY SCRIPT-
|
5 years ago |
MarcoFalke
|
fafe5f0d09
|
test: Remove unused imports
|
6 years ago |
MarcoFalke
|
fa16a09215
|
scripted-diff: use self.sync_* methods
-BEGIN VERIFY SCRIPT-
sed -i -e 's/sync_blocks(self.nodes)/self.sync_blocks()/g' $(git grep -l 'sync_blocks(self.nodes)' ./test/functional/*.py)
sed -i -e 's/sync_mempools(self.nodes)/self.sync_mempools()/g' $(git grep -l 'sync_mempools(self.nodes)' ./test/functional/*.py)
sed -i -e 's/ sync_blocks(/ self.sync_blocks(/g' $(git grep -l sync_blocks ./test/functional/*.py)
sed -i -e 's/ sync_mempools(/ self.sync_mempools(/g' $(git grep -l sync_mempools ./test/functional/*.py)
-END VERIFY SCRIPT-
|
6 years ago |
MarcoFalke
|
faa7cdf764
|
scripted-diff: Update copyright in ./test
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
|
6 years ago |
MarcoFalke
|
fa0e65b772
|
scripted-diff: test: Remove brackets after assert
-BEGIN VERIFY SCRIPT-
sed -i --regexp-extended -e 's/assert ?\((.+)\)(( )*)?(#.*)?$/assert \1\3\3\4/g' $(git grep -l --extended-regexp 'assert ?\(' test)
-END VERIFY SCRIPT-
|
6 years ago |
sanket1729
|
0ca4c8b3c6
|
Changed functional tests which do not require wallets to run without
skipping .Addreses #14216. Changed get_deterministic_priv_key() to a
named tuple
|
6 years ago |
MarcoFalke
|
fac9539836
|
qa: Run all tests even if wallet is not compiled
|
6 years ago |
DrahtBot
|
eb7daf4d60
|
Update copyright headers to 2018
|
6 years ago |
MarcoFalke
|
fa1436c429
|
[qa] util: Remove unused sync_chain
|
7 years ago |
Anthony Towns
|
81b79f2c39
|
[tests] Rename rpc_* functional tests.
|
7 years ago |