From ff74385f2462f4d5bc28085f042282acd5116b2f Mon Sep 17 00:00:00 2001 From: Patton Date: Wed, 6 Dec 2023 10:47:06 -0500 Subject: [PATCH] added readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ceda5f7..63d17ad 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ In addition to the back up, we also have codes related to Unit Testing and Continuous Integration(Python pytest, Jest, PHPUnit, GitHub Actions, Generative AI) for COMP 333: Software Engineering 2023 Homework 5 +## Where to put the repo + +Make sure that you've cloned the repository to the folder htdocs in XAMPP. Otherwise, the php test might not run. + ## Python test ### Problem 1 (unit test without pytest)