Updating the README so that it is easier for people to know how to run individual tests.

This commit is contained in:
charltonaustin 2016-10-07 10:19:03 -04:00
parent 5264b64999
commit 651639bb76

View file

@ -153,6 +153,16 @@ TODO
docker run -d -p 6379:6379 quay.io/quay/redis docker run -d -p 6379:6379 quay.io/quay/redis
``` ```
### To run individual tests
```
# To run a specific suite
TEST=true python -m test.test_api_usage -f
# To run a specific test in a suite
TEST=true python -m test.test_api_usage -f SuiteName
```
## Documentation ## Documentation
* [Quay Enterprise Documentation](https://tectonic.com/quay-enterprise/docs/latest) * [Quay Enterprise Documentation](https://tectonic.com/quay-enterprise/docs/latest)