Skip to content

Commit 1ab6297

Browse files
committed
Merge pull request #4074
d3081fa Removed LevelDB changes (super3)
2 parents 3e7dac9 + d3081fa commit 1ab6297

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

qa/rpc-tests/README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
Regression tests of RPC interface
22
=================================
33

4-
python-bitcoinrpc: git subtree of https://github.com/jgarzik/python-bitcoinrpc
4+
### [python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc)
5+
Git subtree of [https://github.com/jgarzik/python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc).
56
Changes to python-bitcoinrpc should be made upstream, and then
6-
pulled here using git subtree
7+
pulled here using git subtree.
78

8-
skeleton.py : Copy this to create new regression tests.
9+
### [skeleton.py](skeleton.py)
10+
Copy this to create new regression tests.
911

10-
listtransactions.py : Tests for the listtransactions RPC call
12+
### [listtransactions.py](listtransactions.py)
13+
Tests for the listtransactions RPC call.
1114

12-
util.py : generally useful functions
15+
### [util.py](util.sh)
16+
Generally useful functions.
1317

1418
Bash-based tests, to be ported to Python:
1519
-----------------------------------------
16-
wallet.sh : Exercise wallet send/receive code.
17-
walletbackup.sh : Exercise wallet backup / dump / import
18-
txnmall.sh : Test proper accounting of malleable transactions
19-
conflictedbalance.sh : More testing of malleable transaction handling
20+
- wallet.sh : Exercise wallet send/receive code.
21+
- walletbackup.sh : Exercise wallet backup / dump / import
22+
- txnmall.sh : Test proper accounting of malleable transactions
23+
- conflictedbalance.sh : More testing of malleable transaction handling
2024

2125
Notes
2226
=====
@@ -32,5 +36,8 @@ test state.
3236

3337
If you get into a bad state, you should be able
3438
to recover with:
35-
rm -rf cache
36-
killall bitcoind
39+
40+
```bash
41+
rm -rf cache
42+
killall bitcoind
43+
```

src/test/README renamed to src/test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Notes
12
The sources in this directory are unit test cases. Boost includes a
23
unit testing framework, and since bitcoin already uses boost, it makes
34
sense to simply use this framework rather than require developers to
@@ -17,5 +18,4 @@ uint256_tests.cpp.
1718

1819
For further reading, I found the following website to be helpful in
1920
explaining how the boost unit test framework works:
20-
21-
http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/
21+
[http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/](http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/).

0 commit comments

Comments
 (0)