/
brootos
/
hw_python_oop
Обзор
Документация
Войти
/
brootos
/
hw_python_oop
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/conftest.py
10 строк
213 B
Dmitriy
Initial commit
27 июл 2021, 08:32
27 июл 2021, 08:32
9b9013f
Код
Авторство
О чём код?
import sys from os.path import abspath, dirname root_dir = dirname(dirname(abspath(__file__))) sys.path.append(root_dir) pytest_plugins = [ 'tests.fixtures.fixture_data', 'tests.fixtures.fixture_msg', ]