From 500937ab771679273fea51a4363c6a901e220566 Mon Sep 17 00:00:00 2001 From: Chiemeka Njoku Date: Fri, 7 Nov 2025 18:44:22 -0500 Subject: [PATCH] =?UTF-8?q?Final=20project=20note=20=E2=80=93=20all=20test?= =?UTF-8?q?s=20passing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 339ce55..f9b1219 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,4 @@ pytest -v --html=report.html ### Tasks - [ ] Extend and fix the 3 tests from [test_pet.py](test_pet.py#1). There are TODO instructions for each test listed in the file - [ ] Create the PATCH test for [test_store.py](test_store.py#1). There are TODO instructions for test along with optional tasks -- [ ] Take note of any bugs you may have found \ No newline at end of file +- [ ] Take note of any bugs you may have found Final project complete – all API tests passing. Submitted by Chiemeka Njoku.