This prevents repeatedly defining a test fixture set that needs to be updated in different locations as changes are made to the global state variables of rpe. Now the test fixtures can be updated in one and only one place, which is nice!
From here on it is expected that all unit test modules will include the EmulatorTest fixture class and all test functions will accept a context.
This prevents repeatedly defining a test fixture set that needs to be updated in different locations as changes are made to the global state variables of rpe. Now the test fixtures can be updated in one and only one place, which is nice!
From here on it is expected that all unit test modules will include the
EmulatorTest
fixture class and all test functions will accept a context.