tests
integration_tests
integration_tests/conftest.py
Go to the documentation of this file.
1
import
os
2
3
import
pytest
4
5
INTEGRATION_TEST_DIR = os.path.abspath(os.path.join(__file__, os.pardir))
6
7
8
@pytest.fixture
9
def
expected_dir
():
10
# type: () -> str
11
return
os.path.join(INTEGRATION_TEST_DIR,
"expected"
)
integration_tests.conftest.expected_dir
def expected_dir()
Definition:
integration_tests/conftest.py:9
genmypy
Author(s): Yuki Igarashi, Tamaki Nishino
autogenerated on Mon Apr 10 2023 02:40:49