From ec2fee1b5b5a316314cd5c56cb3462236a1ec98a Mon Sep 17 00:00:00 2001 From: morefigs Date: Wed, 23 Jan 2019 16:25:28 +1100 Subject: comments in code --- tests/test_vimba.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_vimba.py') 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) -- cgit v1.2.3