Skip to content
Snippets Groups Projects
Commit 11d9fb89 authored by tsh2n14's avatar tsh2n14
Browse files

Readme about test Part 5

parent 5fede409
Branches main
No related tags found
No related merge requests found
...@@ -27,6 +27,10 @@ the test suit with more tests of your own. ...@@ -27,6 +27,10 @@ the test suit with more tests of your own.
right and to go straight. right and to go straight.
- `test_shortest_path.py`: Some unit tests for testing the `shortest_path` - `test_shortest_path.py`: Some unit tests for testing the `shortest_path`
function (in `maze.py` for Part 4). 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. - More tests will be added as the coursework specification evolves.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment