From 651639bb76bf01ed9e577da8a9677ce59a72dec5 Mon Sep 17 00:00:00 2001 From: charltonaustin Date: Fri, 7 Oct 2016 10:19:03 -0400 Subject: [PATCH] Updating the README so that it is easier for people to know how to run individual tests. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)