/
ssmih
/
Python
Обзор
Документация
Войти
/
ssmih
/
Python
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
maths/test_prime_check.py
8 строк
226 B
Sagar Giri
Change to https. (#7277)
16 окт 2022, 10:43
Не верифицирован
16 окт 2022, 10:43
e7b6d28
Код
Авторство
О чём код?
""" Minimalist file that allows pytest to find and run the Test unittest. For details, see: https://doc.pytest.org/en/latest/goodpractices.html#conventions-for-python-test-discovery """ from .prime_check import Test Test()