aboutsummaryrefslogtreecommitdiff
path: root/tests/README.md
blob: c0139a8e58061c6c7785d0703564a713921202e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ubox MSX lib test suite

The tests are written in python 3 and follow this convention:

| Test class | Filename |
| --- | --- |
| TestMyCase | test_my_case.py |

See `test_rom.py` as an example.

Remember to make the test file executable!

**TODO**: add a module to support openMSX remote control.