Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-16 | test: Bump timeouts in slow running tests | MarcoFalke | |
2019-04-09 | test: Remove unused imports | MarcoFalke | |
2019-04-09 | scripted-diff: use self.sync_* methods | MarcoFalke | |
-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- | |||
2018-12-22 | scripted-diff: Remove unused 'split' parameter to setup_network | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i -e 's/, split=False//g' $(git grep -l 'def setup_network') -END VERIFY SCRIPT- | |||
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke | |
2018-08-13 | tests: Use explicit imports | practicalswift | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-03-19 | qa: Use node.datadir instead of tmpdir in test framework | MarcoFalke | |
2018-01-25 | [tests] Rename wallet_* functional tests. | Anthony Towns | |