TheoryOfNekomata
9cde8ff876
Extract common code
Remove symlinks and make codebase use common modules instead.
2年前
TheoryOfNekomata
52fb193b83
Cover all input methods on tests
Add tests for initialization and teardown for all input methods.
2年前
TheoryOfNekomata
bc4593d806
Add memory-related code
Add memory and data-related implementations for handling game data.
2年前
TheoryOfNekomata
1095a92c61
Update mock int types
Use consistent integer types for mocks.
2年前
TheoryOfNekomata
5caae74ebc
Update video tests
Properly mock video function dependencies.
2年前
TheoryOfNekomata
e4d4441b07
Update tests
Update input tests.
2年前
TheoryOfNekomata
881b415d60
Implement joystick tests
Implement tests for joystick axis, hat, and button events.
2年前
TheoryOfNekomata
d9cb1483d0
Organize test fixtures
Add third-party mocks, specify mock files.
/? Do we need first-party mocks in their own files, or can we provide a
mock flag in the implementation files already?
2年前