aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2019-01-23 16:25:28 +1100
committermorefigs <morefigs@gmail.com>2019-01-23 16:25:28 +1100
commitec2fee1b5b5a316314cd5c56cb3462236a1ec98a (patch)
tree848171f3475b1d55cdcd11e14b045d70ca1bd4ef
parent76c040e9da5d94dfcb68d3e9a8003b894c1cf1dc (diff)
downloadpymba-ec2fee1b5b5a316314cd5c56cb3462236a1ec98a.tar.gz
pymba-ec2fee1b5b5a316314cd5c56cb3462236a1ec98a.zip
comments in code
-rw-r--r--tests/test_vimba.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_vimba.py b/tests/test_vimba.py
index 4da713b..5b1486e 100644
--- a/tests/test_vimba.py
+++ b/tests/test_vimba.py
@@ -37,6 +37,7 @@ def test_interface_camera_ids(vmb: Vimba):
if vmb.system().GeVTLIsPresent:
vmb.system().run_feature_command("GeVDiscoveryAllOnce")
+ # test id funcs return a list of strings (not bytes)
for func in (vmb.interface_ids, vmb.camera_ids):
ids = func()
assert isinstance(ids, list)