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
10  # type: () -> str
11  return os.path.join(INTEGRATION_TEST_DIR, "expected")


genmypy
Author(s): Yuki Igarashi, Tamaki Nishino
autogenerated on Mon Apr 10 2023 02:40:49