aboutsummaryrefslogtreecommitdiff
path: root/unittest/test_multiple.py
Commit message (Collapse)AuthorAge
* Add test for NK_connect_with_pathRobin Krahl2019-01-13
| | | | | As we cannot read the output of NK_list_devices in the Python tests at the moment, this test case uses NK_list_devices_by_cpuID instead.
* Add simple test for NK_list_devicesRobin Krahl2019-01-13
| | | | | | | Unfortunately, I cannot test more as the current ffi implementation does not allow me to import struct definitions. Without the definition for the NK_device_info struct, I cannot inspect the result of the NK_list_devices function.
* Add missing licensesSzczepan Zalega2018-03-13
| | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
* Python test running commands on all connected devicesSzczepan Zalega2018-02-28
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>