Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-20 | Rename qa directory to test | John Newbery | |
2017-03-09 | Use logging in individual tests | John Newbery | |
2017-03-09 | Remove manual debug settings in qa tests. | John Newbery | |
-debug and -logtimemicros are now set by default. Individual test cases no longer need to set these parameters manually. | |||
2017-02-23 | Fix docstrings in qa tests | John Newbery | |
This commit fixes the module-level docstrings for the tests and helper modules in qa. Many of these tests were uncommented previously - this commit ensures that every test case has at least a minimum level of commenting. | |||
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-05-18 | [QA] restructure rpc tests directory | Jonas Schnelli | |
* move non-test classes to subdir `test-framework` | |||
2015-04-01 | Introduce separate 'generate' RPC call | Pieter Wuille | |
2015-03-13 | Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates | Alex Morcos | |
2015-03-12 | add RPC test for InvalidateBlock | Alex Morcos | |