Merge branch 'SCPI_improvement' into HIL_actions

This commit is contained in:
Jan Käberich 2024-04-22 13:21:48 +02:00
commit c5d045364c
21 changed files with 813 additions and 110 deletions

View file

@ -2,11 +2,14 @@ import unittest
testmodules = [
'tests.TestConnect',
'tests.TestStatusRegisters',
'tests.TestMode',
'tests.TestSync',
'tests.TestVNASweep',
'tests.TestCalibration',
'tests.TestGenerator',
'tests.TestSASweep',
'tests.TestRST',
]
suite = unittest.TestSuite()