aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/tests/base_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* mpm: Generalize unittest Test Case functionalityToni Jones2019-04-111-0/+43
Pull some general functionality out of a specific test case and create a TestBase class. Future test cases will inherit from TestBase and have access to this general functionality.