From 11d9fb89fd0f2e86896e3dac7a51cd73553bc5af 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: Thu, 21 Nov 2024 12:46:04 +0000
Subject: [PATCH] Readme about test Part 5

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

diff --git a/README.md b/README.md
index 15465ed..e3d757b 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,10 @@ the test suit with more tests of your own.
     right and to go straight.
   - `test_shortest_path.py`: Some unit tests for testing the `shortest_path`
     function (in `maze.py` for Part 4).
+  - `test_maze_reader.py`: Some initial unit tests for testing the
+    `maze_reader()` function (in `maze_runner.py` for Part 5).
+
+- Folder `mazes` contains some mazes of different sizes for manual testing.
 
 - More tests will be added as the coursework specification evolves.
 
-- 
GitLab