summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2019-02-08 13:35:24 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2019-02-08 13:35:24 +0100
commit9ee1ec655833155b5412795c212d5a1dc406e557 (patch)
tree93988c9e62130c7d18b5912320d405fdaf1da8fb /test
parenthiddevice: fix support for modern hidapi. (diff)
downloadglucometerutils-9ee1ec655833155b5412795c212d5a1dc406e557.tar
glucometerutils-9ee1ec655833155b5412795c212d5a1dc406e557.tar.gz
glucometerutils-9ee1ec655833155b5412795c212d5a1dc406e557.tar.bz2
glucometerutils-9ee1ec655833155b5412795c212d5a1dc406e557.tar.lz
glucometerutils-9ee1ec655833155b5412795c212d5a1dc406e557.tar.xz
glucometerutils-9ee1ec655833155b5412795c212d5a1dc406e557.tar.zst
glucometerutils-9ee1ec655833155b5412795c212d5a1dc406e557.zip
Diffstat (limited to 'test')
-rw-r--r--test/__init__.py2
-rw-r--r--test/test_common.py2
-rw-r--r--test/test_construct_extras.py2
-rwxr-xr-xtest/test_lifescan.py2
-rw-r--r--test/test_otultra2.py2
-rw-r--r--test/test_otultraeasy.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/test/__init__.py b/test/__init__.py
index 8865d55..314450e 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -2,7 +2,7 @@
"""Add the top-level module to the PYTHONPATH."""
__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.eu'
+__email__ = 'flameeyes@flameeyes.com'
__copyright__ = 'Copyright © 2018, Diego Elio Pettenò'
__license__ = 'MIT'
diff --git a/test/test_common.py b/test/test_common.py
index b31d55c..fe1b4c3 100644
--- a/test/test_common.py
+++ b/test/test_common.py
@@ -2,7 +2,7 @@
"""Tests for the common routines."""
__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.eu'
+__email__ = 'flameeyes@flameeyes.com'
__copyright__ = 'Copyright © 2013-2018, Diego Elio Pettenò'
__license__ = 'MIT'
diff --git a/test/test_construct_extras.py b/test/test_construct_extras.py
index 65bc047..7aa7d91 100644
--- a/test/test_construct_extras.py
+++ b/test/test_construct_extras.py
@@ -2,7 +2,7 @@
"""Tests for the common routines."""
__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.eu'
+__email__ = 'flameeyes@flameeyes.com'
__copyright__ = 'Copyright © 2018, Diego Elio Pettenò'
__license__ = 'MIT'
diff --git a/test/test_lifescan.py b/test/test_lifescan.py
index 45f2c1c..a53b569 100755
--- a/test/test_lifescan.py
+++ b/test/test_lifescan.py
@@ -2,7 +2,7 @@
"""Tests for the LifeScan OneTouch Ultra Mini driver."""
__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.eu'
+__email__ = 'flameeyes@flameeyes.com'
__copyright__ = 'Copyright © 2013-2017, Diego Elio Pettenò'
__license__ = 'MIT'
diff --git a/test/test_otultra2.py b/test/test_otultra2.py
index 608e93b..14cfecc 100644
--- a/test/test_otultra2.py
+++ b/test/test_otultra2.py
@@ -2,7 +2,7 @@
"""Tests for the LifeScan OneTouch Ultra 2 driver."""
__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.eu'
+__email__ = 'flameeyes@flameeyes.com'
__copyright__ = 'Copyright © 2013-2018, Diego Elio Pettenò'
__license__ = 'MIT'
diff --git a/test/test_otultraeasy.py b/test/test_otultraeasy.py
index 2e1b093..69b4294 100644
--- a/test/test_otultraeasy.py
+++ b/test/test_otultraeasy.py
@@ -2,7 +2,7 @@
"""Tests for the LifeScan OneTouch Ultra Easy driver."""
__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.eu'
+__email__ = 'flameeyes@flameeyes.com'
__copyright__ = 'Copyright © 2018, Diego Elio Pettenò'
__license__ = 'MIT'