Page MenuHomePhabricator

[qa] Dyanmically import tests so we can start adding decorators
AbandonedPublic

Authored by schancel on Nov 30 2018, 03:24.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Summary

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

Test Plan
./test/functional/test_runner.py

Diff Detail

Event Timeline

Something is going on here causing RPC to not initialize properly. I need to hunt it down.

Add exception handling on importing module