From fac2f7b87ebebf0a3255b9d02cddff24fa194226 Mon Sep 17 00:00:00 2001 From: morefigs Date: Fri, 22 Jun 2018 15:59:49 +1000 Subject: rename --- tests/test_installation.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/test_installation.py (limited to 'tests/test_installation.py') diff --git a/tests/test_installation.py b/tests/test_installation.py new file mode 100644 index 0000000..06af7d6 --- /dev/null +++ b/tests/test_installation.py @@ -0,0 +1,9 @@ +#!/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' -- cgit v1.2.3