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
|
fa3e5786d0
|
scripted-diff: Remove unused 'split' parameter to setup_network
-BEGIN VERIFY SCRIPT-
sed -i -e 's/, split=False//g' $(git grep -l 'def setup_network')
-END VERIFY SCRIPT-
|
6 years ago |
MarcoFalke
|
fac9539836
|
qa: Run all tests even if wallet is not compiled
|
6 years ago |
practicalswift
|
68400d8b96
|
tests: Use explicit imports
|
6 years ago |
DrahtBot
|
eb7daf4d60
|
Update copyright headers to 2018
|
6 years ago |
MarcoFalke
|
c8330d4216
|
qa: Use node.datadir instead of tmpdir in test framework
|
7 years ago |
Anthony Towns
|
90600bc7db
|
[tests] Rename wallet_* functional tests.
|
7 years ago |