summaryrefslogtreecommitdiff
path: root/pint/testsuite/test_non_int.py
diff options
context:
space:
mode:
Diffstat (limited to 'pint/testsuite/test_non_int.py')
-rw-r--r--pint/testsuite/test_non_int.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pint/testsuite/test_non_int.py b/pint/testsuite/test_non_int.py
index 620a12a..f55afef 100644
--- a/pint/testsuite/test_non_int.py
+++ b/pint/testsuite/test_non_int.py
@@ -18,6 +18,7 @@ class FakeWrapper:
self.q = q
+# TODO: do not subclass from QuantityTestCase
class NonIntTypeQuantityTestCase(QuantityTestCase):
def assert_quantity_almost_equal(
self, first, second, rtol="1e-07", atol="0", msg=None