Hennadii Stepanov
|
a0473442d1
|
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
-BEGIN VERIFY SCRIPT-
sed -i -e 's/\s*().main\s*()/(__file__).main()/' $(git ls-files test/functional/*.py)
sed -i -e 's/def __init__(self)/def __init__(self, test_file)/' test/functional/test_framework/test_framework.py
-END VERIFY SCRIPT-
|
4 months ago |
MarcoFalke
|
fa0074e2d8
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
4 years ago |
Seleme Topuz
|
1343c86c7c
|
test: Update wait_until usage in tests not to use the one from utils
Replace "wait_until()" usage from utils, with the ones from BitcoinTestFramework and P2PInterface.
closes #19080
|
4 years ago |
MarcoFalke
|
aaaaad6ac9
|
scripted-diff: Bump copyright of files changed in 2019
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
5 years ago |
practicalswift
|
993e38a4e2
|
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
|
5 years ago |
João Barbosa
|
4412a59bfe
|
qa: Remove race between connecting and shutdown on separate connections
|
6 years ago |
João Barbosa
|
28479f926f
|
qa: Test bitcond shutdown
|
6 years ago |