From 440d760882a27a3bc110dacaad92b6cfb29b5d7a Mon Sep 17 00:00:00 2001 From: pack Date: Mon, 8 Jun 2026 13:33:07 +0000 Subject: scaffold: project structure --- tests/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/README.md (limited to 'tests/README.md') diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..0858884 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,9 @@ +# QA Automation Bootcamp + +Automated API test suite for REST endpoint validation. + +## Run + +```bash +pip install -r requirements.txt +pytest -v -- cgit v1.2.3