From caa22e5bbd158fd8d563588293aa763ca5801bed Mon Sep 17 00:00:00 2001 From: "Juan J. Martínez" Date: Sat, 2 Oct 2021 12:33:04 +0000 Subject: Start the test suite --- tests/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/README.md (limited to 'tests/README.md') diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..c0139a8 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,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. + -- cgit v1.2.3