Skip to content

Commit 89f2a07

Browse files
committed
updates readme to describe the unit tests
1 parent 6bb1f58 commit 89f2a07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

python-impl/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ The specification for this software can be found in [IMO's resolution MEPC.354(7
4949

5050
# Software
5151

52+
## Running tests
53+
54+
To run the unit tests for this Python implementation, use the following command from the `python-impl` directory:
55+
56+
```bash
57+
pytest
58+
```
59+
60+
This will automatically discover and run all tests in the `tests/` directory.
61+
5262
## Software Roadmap
5363

5464
The following features are on the roadmap for the application:

0 commit comments

Comments
 (0)