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-
|
2024-07-16 22:06:47 +01:00 |
|
Oliver Gugger
|
0fcaf73199
|
test: use explicit p2p objects where available
To make the intent of the tests easier to understand, we reference the
p2p connection objects by their explicit names instead of the p2ps array.
|
2020-09-26 10:48:54 +02:00 |
|
John Newbery
|
85165d4332
|
scripted-diff: Rename mininode to p2p
-BEGIN VERIFY SCRIPT-
sed -i 's/\.mininode/\.p2p/g' $(git grep -l "mininode")
git mv test/functional/test_framework/mininode.py test/functional/test_framework/p2p.py
-END VERIFY SCRIPT-
|
2020-08-21 15:52:20 +01:00 |
|
MarcoFalke
|
fa80b4788b
|
test: Remove global wait_until from p2p_getdata
|
2020-05-23 10:01:10 -04:00 |
|
MarcoFalke
|
fab47375fe
|
test: pep-8 p2p_getdata.py
|
2020-05-23 09:40:49 -04:00 |
|
Amiti Uttarwar
|
2f032556e0
|
[test] test that an invalid GETDATA doesn't prevent processing of future messages
Co-Authored-By: John Newbery <john@johnnewbery.com>
|
2020-04-29 19:34:01 -04:00 |
|