diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-30 13:59:23 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-01-30 13:59:23 +1100 |
| commit | 6d6fc471aceff5802fc3ad5db3d35521e87abf4c (patch) | |
| tree | 178006ebbf18452091e0caf4f73c313b9185ce32 /tests/test_installation.py | |
| parent | 01587d8ba4d5a1f8371f44e719eda6547d3ed459 (diff) | |
| download | pymba-6d6fc471aceff5802fc3ad5db3d35521e87abf4c.tar.gz pymba-6d6fc471aceff5802fc3ad5db3d35521e87abf4c.zip | |
delete outdates tests
Diffstat (limited to 'tests/test_installation.py')
| -rw-r--r-- | tests/test_installation.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test_installation.py b/tests/test_installation.py deleted file mode 100644 index 06af7d6..0000000 --- a/tests/test_installation.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/python -from __future__ import absolute_import, print_function, division -from pymba import Vimba - - -def test_installation(): - with Vimba() as vimba: - version = vimba.getVersion() - assert version == '1.2.0' |
