MarcoFalke
fac23c2114
scripted-diff: Bump copyright headers
...
The previous diff touched most files in ./test/, so bump the headers to
avoid having to touch them again for a bump later.
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
2021-11-10 11:10:24 +01:00
MarcoFalke
fa0b916971
scripted-diff: Use generate* from TestFramework
...
-BEGIN VERIFY SCRIPT-
sed --regexp-extended -i \
's/((self\.)?(nodes\[[^]]+\]|[a-z_]*(wallet|node)[0-9a-z_]*))\.(generate(|toaddress|block|todescriptor)(\(|, ))/self.\5\1, /g' \
$(git grep -l generate ./test | grep -v 'test_framework/' | grep -v 'feature_rbf')
-END VERIFY SCRIPT-
2021-09-02 10:34:35 +02:00
fanquake
dca173cc04
test: use f-strings in feature_blocksdir.py
2021-08-18 12:39:17 +08:00
MarcoFalke
aaaaad6ac9
scripted-diff: Bump copyright of files changed in 2019
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
2019-12-30 10:42:20 +13:00
MarcoFalke
fa8a1d7ba3
test: Adapt test framework for chains other than "regtest"
...
Co-Authored-By: Jorge Timón <jtimon@jtimon.cc>
2019-07-31 17:00:25 -04:00
Hennadii Stepanov
e4a0c3547e
Improve blocksdir functional test.
...
A new node should not create an unused `blocks` directory in the root of
the data directory when `-testnet` or `-regtest` is specified.
2018-11-30 16:32:23 +02:00
sanket1729
0ca4c8b3c6
Changed functional tests which do not require wallets to run without
...
skipping .Addreses #14216 . Changed get_deterministic_priv_key() to a
named tuple
2018-09-17 08:25:10 -05:00
MarcoFalke
fac9539836
qa: Run all tests even if wallet is not compiled
2018-09-10 17:53:21 -04:00
Alexander Leishman
241f8b5de4
Fix typo in feature_blocksdir.py log message
2018-08-15 15:21:14 -07:00
MarcoFalke
faace13868
qa: Match full plain text by default
2018-04-01 17:36:14 -04:00
MarcoFalke
d71bedb95a
qa: Fix function names in feature_blocksdir
2018-03-27 19:49:54 -04:00
Jonas Schnelli
a1926362ec
-blocksdir: keep blockindex leveldb database in datadir
2018-03-20 09:33:17 +07:00
Jonas Schnelli
f38e4fdb06
QA: Add -blocksdir test
2018-03-18 12:24:10 +07:00