mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 02:29:24 +00:00
renamed django app folder to backend
This commit is contained in:
11
backend/common/tests/conftest.py
Normal file
11
backend/common/tests/conftest.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""test configs"""
|
||||
|
||||
import os
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def change_test_dir(request):
|
||||
"""change directory to project folder"""
|
||||
os.chdir(request.config.rootdir / "tubearchivist")
|
||||
Reference in New Issue
Block a user