Updating the README so that it is easier for people to know how to run individual tests.
This commit is contained in:
parent
5264b64999
commit
651639bb76
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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)
|
||||||
|
|
Reference in a new issue