From 562faf2889fd0e401bc5dde87c29c2550cbf6bc1 Mon Sep 17 00:00:00 2001 From: pack Date: Mon, 8 Jun 2026 13:56:06 +0000 Subject: move README.md --- README.md | 9 +++++++++ tests/README.md | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 README.md delete mode 100644 tests/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0858884 --- /dev/null +++ b/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 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 -- cgit v1.2.3