From 731841eb609030346f6032ebd2b1daa6fa6f8a3f 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 14:45:01 +0000
Subject: [PATCH] Test Part 3

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

diff --git a/README.md b/README.md
index 900c538..c3350c8 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,9 @@ 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
+    runner to explore the maze including sensing the walls and turning left,
+    right and to go straight.
 
 - More tests will be added as the coursework specification evolves.
 
-- 
GitLab