Skip to content
Snippets Groups Projects
Verified Commit d009e0fc authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: improved python testing

Allows usage of pytest for testing python code.
parent 499049fb
No related branches found
No related tags found
No related merge requests found
Pipeline #4552 passed
[pytest]
python_files = *.py
testpaths = src/python/boytacean/test
......@@ -17,3 +17,5 @@ class BaseTest(unittest.TestCase):
gb.next_frame()
self.assertEqual(gb.rom_title, "POCKET-DEMO")
self.assertEqual(gb.boot_rom_s, "DMG Bootix")
self.assertEqual(gb.clock_freq_s, "4.19 Mhz")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment