summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/__init__.py7
-rw-r--r--test/test_common.py7
-rw-r--r--test/test_construct_extras.py7
-rwxr-xr-xtest/test_lifescan.py7
-rw-r--r--test/test_otultra2.py7
-rw-r--r--test/test_otultraeasy.py7
6 files changed, 12 insertions, 30 deletions
diff --git a/test/__init__.py b/test/__init__.py
index 314450e..139fd0c 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# SPDX-License-Identifier: MIT
"""Add the top-level module to the PYTHONPATH."""
-__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.com'
-__copyright__ = 'Copyright © 2018, Diego Elio Pettenò'
-__license__ = 'MIT'
-
import os
import sys
diff --git a/test/test_common.py b/test/test_common.py
index fe1b4c3..daa83c9 100644
--- a/test/test_common.py
+++ b/test/test_common.py
@@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# SPDX-License-Identifier: MIT
"""Tests for the common routines."""
-__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.com'
-__copyright__ = 'Copyright © 2013-2018, Diego Elio Pettenò'
-__license__ = 'MIT'
-
# pylint: disable=protected-access,missing-docstring
import datetime
diff --git a/test/test_construct_extras.py b/test/test_construct_extras.py
index 7aa7d91..476d6f8 100644
--- a/test/test_construct_extras.py
+++ b/test/test_construct_extras.py
@@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# SPDX-License-Identifier: MIT
"""Tests for the common routines."""
-__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.com'
-__copyright__ = 'Copyright © 2018, Diego Elio Pettenò'
-__license__ = 'MIT'
-
# pylint: disable=protected-access,missing-docstring
import datetime
diff --git a/test/test_lifescan.py b/test/test_lifescan.py
index a53b569..3dc0aa6 100755
--- a/test/test_lifescan.py
+++ b/test/test_lifescan.py
@@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# SPDX-License-Identifier: MIT
"""Tests for the LifeScan OneTouch Ultra Mini driver."""
-__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.com'
-__copyright__ = 'Copyright © 2013-2017, Diego Elio Pettenò'
-__license__ = 'MIT'
-
# pylint: disable=protected-access,missing-docstring
import array
diff --git a/test/test_otultra2.py b/test/test_otultra2.py
index 14cfecc..6bea440 100644
--- a/test/test_otultra2.py
+++ b/test/test_otultra2.py
@@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# SPDX-License-Identifier: MIT
"""Tests for the LifeScan OneTouch Ultra 2 driver."""
-__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.com'
-__copyright__ = 'Copyright © 2013-2018, Diego Elio Pettenò'
-__license__ = 'MIT'
-
# pylint: disable=protected-access,missing-docstring
from unittest import mock
diff --git a/test/test_otultraeasy.py b/test/test_otultraeasy.py
index 69b4294..252b7c7 100644
--- a/test/test_otultraeasy.py
+++ b/test/test_otultraeasy.py
@@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# SPDX-License-Identifier: MIT
"""Tests for the LifeScan OneTouch Ultra Easy driver."""
-__author__ = 'Diego Elio Pettenò'
-__email__ = 'flameeyes@flameeyes.com'
-__copyright__ = 'Copyright © 2018, Diego Elio Pettenò'
-__license__ = 'MIT'
-
# pylint: disable=protected-access,missing-docstring
from absl.testing import absltest