We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c345148 commit 8a6c62bCopy full SHA for 8a6c62b
test/README.md
@@ -33,13 +33,13 @@ The ZMQ functional test requires a python ZMQ library. To install it:
33
Individual tests can be run by directly calling the test script, eg:
34
35
```
36
-test/functional/replace-by-fee.py
+test/functional/feature_rbf.py
37
38
39
or can be run through the test_runner harness, eg:
40
41
42
-test/functional/test_runner.py replace-by-fee.py
+test/functional/test_runner.py feature_rbf.py
43
44
45
You can run any combination (incl. duplicates) of tests by calling:
0 commit comments