Skip to content

Commit 7a02f10

Browse files
committedJul 25, 2016
contrib: Update mention of tests
* Include a link to the new created test directory.
1 parent f366418 commit 7a02f10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ Please add new documentation in the `docs` folder for any new features. Pull re
1616

1717
If you have a special feature, you're likely to try but it will likely be rejected if not too many people seem interested.
1818

19-
## Tests (TODO)
19+
## Tests
2020

21-
In an effort to not repeat bugs (and break less popular features), unit tests are run on [Travis CI](https://travis-ci.org/kylemanna/docker-bitcoind). The goal of the tests are to be simple and to be placed in the `tests` directory where it will be automatically run. Review existing tests for an example.
21+
In an effort to not repeat bugs (and break less popular features), unit tests are run on [Travis CI](https://travis-ci.org/kylemanna/docker-bitcoind). The goal of the tests are to be simple and to be placed in the `test` directory where it will be automatically run.
22+
23+
See [test directory](https://github.com/kylemanna/docker-bitcoind/tree/master/test) for details.
2224

2325
## Style
2426

0 commit comments

Comments
 (0)
Please sign in to comment.