MarcoFalke
|
fafe5f0d09
|
test: Remove unused imports
|
2019-04-09 12:10:35 -04:00 |
|
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-
|
2019-04-09 12:09:53 -04:00 |
|
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-
|
2018-12-22 17:20:52 +01:00 |
|
MarcoFalke
|
fac9539836
|
qa: Run all tests even if wallet is not compiled
|
2018-09-10 17:53:21 -04:00 |
|
practicalswift
|
68400d8b96
|
tests: Use explicit imports
|
2018-08-13 14:13:39 +02:00 |
|
DrahtBot
|
eb7daf4d60
|
Update copyright headers to 2018
|
2018-07-27 07:15:02 -04:00 |
|
MarcoFalke
|
c8330d4216
|
qa: Use node.datadir instead of tmpdir in test framework
|
2018-03-19 12:26:00 -04:00 |
|
Anthony Towns
|
90600bc7db
|
[tests] Rename wallet_* functional tests.
|
2018-01-25 09:44:29 +10:00 |
|