/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/fixtures/pytest/test_async.py
17 строк
246 B
Ville Skyttä
pytest: rewrite in bash, support toplevel funcs, avoid nondef ones and classes
25 июл 2020, 11:16
25 июл 2020, 11:16
bf3f720
Код
Авторство
О чём код?
"""Async function pytest completion fixture.""" async def test_positive(): pass async def non_test_negative(): pass class Testing: async def test_positive(self): pass async def non_test_negative(self): pass