CONTRIBUTING: Update test path

* Update to follow new testing scheme.
This commit is contained in:
Kyle Manna 2016-08-31 12:44:57 -07:00
parent bcf8dc51eb
commit e3a68c784a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ If you have a special feature, you're likely to try but it will likely be reject
## Tests
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-openvpn). 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.
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-openvpn). The goal of the tests are to be simple and to be placed in the `test/tests` directory where it will be automatically run. Review existing tests for an example.
## Style