We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fa9df commit d82d35bCopy full SHA for d82d35b
maths/test_prime_check.py
@@ -0,0 +1,8 @@
1
+"""
2
+Minimalist file that allows pytest to find and run the Test unittest. For details, see:
3
+http://doc.pytest.org/en/latest/goodpractices.html#conventions-for-python-test-discovery
4
5
+
6
+from .prime_check import Test
7
8
+Test()
0 commit comments