/
niceSOFT
/
python3-pytest
Обзор
Документация
Войти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2.0.dev0
doc/en/example/pythoncollection.py
14 строк
201 B
Anthony Sottile
pre-commit run pyupgrade --all-files
03 июн 2019, 18:08
03 июн 2019, 18:08
a91fe1f
Код
Авторство
О чём код?
# run this with $ pytest --collect-only test_collectonly.py # def test_function(): pass class TestClass: def test_method(self): pass def test_anothermethod(self): pass