Add integration tests for *RST

This commit is contained in:
Scott Guthridge 2024-04-19 18:45:39 -07:00
parent 15024eb91e
commit c1d1bc7aed
2 changed files with 247 additions and 0 deletions

View file

@ -9,6 +9,7 @@ testmodules = [
'tests.TestCalibration',
'tests.TestGenerator',
'tests.TestSASweep',
'tests.TestRST',
]
suite = unittest.TestSuite()