From 4007025f97c85d21401acc90ea0cee0fcb5d1c3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A1i=20S=C6=A1n=20Ho=C3=A0ng?= <T.S.Hoang@soton.ac.uk>
Date: Wed, 20 Nov 2024 19:06:56 +0000
Subject: [PATCH] README for test Part 4

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c3350c8..15465ed 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,11 @@ the test suit with more tests of your own.
     `runner.py` including creating a runner, turn, and move the runner forward.
   - `test_maze.py`: Some unit tests for testing the functionality of the `Maze`
     class, including creating a maze, add horizontal and vertical walls.
-  - `test_maze_runner`: Some unit tests for testing the functionality of the
+  - `test_maze_runner.py`: Some unit tests for testing the functionality of the
     runner to explore the maze including sensing the walls and turning left,
     right and to go straight.
+  - `test_shortest_path.py`: Some unit tests for testing the `shortest_path`
+    function (in `maze.py` for Part 4).
 
 - More tests will be added as the coursework specification evolves.
 
-- 
GitLab