pushfoo / eightdad

A Chip-8 interpreter in python that may include other tools in the future
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Fix old tests to use register non-alteration helpers added in #24 #35

Open pushfoo opened 4 years ago

pushfoo commented 4 years ago

24 added helpers to verify that registers were not altered from their initial zero state. There may be older tests that could use that to improve brevity and clarity.

pushfoo commented 4 years ago

test_ixkk_instructions.py might be a good candidate for this, but it might be a good idea to figure out how to run only a subset of tests first.