edits to tests

add more tests to higher.

added opts to tests.

removed delay, max_polls from runmany, not required for these tests.
This commit is contained in:
onyx-and-iris
2022-02-28 18:14:31 +00:00
parent 314ecbe6da
commit 83429e17ad
8 changed files with 68 additions and 41 deletions

View File

@@ -72,7 +72,7 @@ class OutputBus(Channel):
self.setter('Label', val)
@property
def gain(self):
def gain(self) -> float:
def fget():
val = self.public_packet.busgain[self.index]
if val < 10000: