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 |
|
Sebastian Falbesoner
|
4c65ac96f8
|
test: detect OS consistently using platform.system()
|
2023-12-08 18:16:24 +01:00 |
|
MarcoFalke
|
fafe43cb6c
|
scripted-diff: Use blocks_path where possible
-BEGIN VERIFY SCRIPT-
sed -i 's|].chain_path / "blocks"|].blocks_path|g' $(git grep -l chain_path)
-END VERIFY SCRIPT-
|
2023-07-25 15:51:36 +02:00 |
|
MarcoFalke
|
aaaa3aefbd
|
test: Use TestNode *_path properties where possible
Seems odd to place the burden on test writers to hardcode the chain or
datadir path for the nodes under test.
|
2023-06-21 08:49:18 +02:00 |
|
Andrew Toth
|
3141eab9c6
|
test: add functional test for ScanAndUnlinkAlreadyPrunedFiles
|
2023-01-05 17:04:28 -05:00 |
|