Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-20 | Rename qa directory to test | 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. | |||
2017-02-12 | Remove unused module from rpc-tests | Takashi Mitsuta | |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-12-08 | Update python tests for default tx version=2 | BtcDrak | |
2016-06-28 | Rename NOP3 to CHECSEQUENCEVERIFY in rpc tests | BtcDrak | |
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-10 | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | |
2016-04-07 | Tests: move get_bip9_status to util.py | Suhas Daftuar | |
2016-03-31 | [qa] Use python2/3 syntax | MarcoFalke | |
2016-03-30 | Fix comments in tests | BtcDrak | |
2016-03-18 | Add RPC test for BIP 68/112/113 soft fork. | Alex Morcos | |
This RPC test will test both the activation mechanism of the first versionbits soft fork as well as testing many code branches of the consensus logic for BIP's 68, 112, and 113. |