diff --git a/README.md b/README.md index 844ad279c..41f98395f 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,16 @@ TODO 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 * [Quay Enterprise Documentation](https://tectonic.com/quay-enterprise/docs/latest)