diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2014-02-26 16:31:18 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2014-02-28 15:24:31 -0500 |
commit | 356cfe83065aa4f120707f026c10c83f1e62be89 (patch) | |
tree | 4b7cb43de0e900b89d6422511f28a5b2e020d25e /qa/rpc-tests/.gitignore | |
parent | 260cf5c0a4754be39b05f6a247b8a354de7eced6 (diff) |
Python-based regression tests
skeleton.py : a do-nothing test skeleton
listtransactions.py : start of regression test for listtransactions call
Diffstat (limited to 'qa/rpc-tests/.gitignore')
-rw-r--r-- | qa/rpc-tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/rpc-tests/.gitignore b/qa/rpc-tests/.gitignore new file mode 100644 index 0000000000..cb41d94423 --- /dev/null +++ b/qa/rpc-tests/.gitignore @@ -0,0 +1,2 @@ +*.pyc +cache |