summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/utils/typed_testfixtures.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/utils/typed_testfixtures.py b/test/utils/typed_testfixtures.py
deleted file mode 100644
index e601cf3c..00000000
--- a/test/utils/typed_testfixtures.py
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python3
-
-import typing
-import testfixtures
-
-
-def compare(*args: typing.Any, **kw: typing.Any) -> None:
- testfixtures.compare(*args, **kw) # type: ignore
-
-
-class ShouldRaise(testfixtures.ShouldRaise): # type: ignore
- pass \ No newline at end of file