aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-hypothesis/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-hypothesis/check.py')
-rw-r--r--testing/py3-hypothesis/check.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/py3-hypothesis/check.py b/testing/py3-hypothesis/check.py
deleted file mode 100644
index 1250548c7d..0000000000
--- a/testing/py3-hypothesis/check.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from hypothesis import given
-from hypothesis.strategies import text
-
-@given(s=text())
-def test_decode_inverts_encode(s):
- assert s.encode("UTF").decode("UTF-8") == s