As per title. Update the test framework to allow importing tests
directly into the test_runner process. This will allow us to read
attributes on the test cases for better output. Potentially, also allowing
easier setup and development of tests in the future.
Depends on D2155