diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2019-02-08 13:35:24 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2019-02-08 13:35:24 +0100 |
commit | 9ee1ec655833155b5412795c212d5a1dc406e557 (patch) | |
tree | 93988c9e62130c7d18b5912320d405fdaf1da8fb /test | |
parent | hiddevice: fix support for modern hidapi. (diff) | |
download | glucometerutils-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__.py | 2 | ||||
-rw-r--r-- | test/test_common.py | 2 | ||||
-rw-r--r-- | test/test_construct_extras.py | 2 | ||||
-rwxr-xr-x | test/test_lifescan.py | 2 | ||||
-rw-r--r-- | test/test_otultra2.py | 2 | ||||
-rw-r--r-- | test/test_otultraeasy.py | 2 |
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' |