mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-07 10:00:55 +00:00
Add maths/test_prime_check.py (#1125)
* Add maths/test_prime_check.py * Add comments on why this file is required
This commit is contained in:
parent
4fea48072a
commit
c74fd0c9bf
8
maths/test_prime_check.py
Normal file
8
maths/test_prime_check.py
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
"""
|
||||||
|
Minimalist file that allows pytest to find and run the Test unittest. For details, see:
|
||||||
|
http://doc.pytest.org/en/latest/goodpractices.html#conventions-for-python-test-discovery
|
||||||
|
"""
|
||||||
|
|
||||||
|
from .prime_check import Test
|
||||||
|
|
||||||
|
Test()
|
Loading…
Reference in New Issue
Block a user