diff options
Diffstat (limited to 'tests/README.md')
| -rw-r--r-- | tests/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/README.md b/tests/README.md deleted file mode 100644 index 0858884..0000000 --- a/tests/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# QA Automation Bootcamp - -Automated API test suite for REST endpoint validation. - -## Run - -```bash -pip install -r requirements.txt -pytest -v |