aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework/blockstore.py
AgeCommit message (Collapse)Author
2017-03-20Rename qa directory to testJohn Newbery
2017-03-09Use logging in test_framework/blockstore.pyJohn Newbery
2017-02-23Fix docstrings in qa testsJohn 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-09-29[qa] blockstore: Switch to dumb dbmMarcoFalke
2016-09-11[copyright] Add missing copyright headersisle2983
2016-05-31Tests: Rework blockstore to avoid re-serialization.mrbandrews
2016-05-05[qa] Switch to py3MarcoFalke
2016-03-31[qa] Use python2/3 syntaxMarcoFalke
2015-08-21Add p2p-fullblocktest.pyCasey Rodarmor
2015-05-18[QA] restructure rpc tests directoryJonas Schnelli
* move non-test classes to subdir `test-framework`