summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-01-15 09:50:20 +0100
committerGitHub <noreply@github.com>2022-01-15 09:50:20 +0100
commit981cf9beb913213d39628bfa9e805748186dc59f (patch)
tree81dfdff1931eea394e24964af61758057fb2054f /tests/conftest.py
parent3b68aa7243986ae0b2e81e32ff114e0edae0d0e0 (diff)
downloadpylint-git-981cf9beb913213d39628bfa9e805748186dc59f.tar.gz
Follow-up to some test changes (#5685)
* Add `end_line` attribute to ``test___check_invalid_chars`` * Remove ``unicode_example_dir`` from conftest
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index e004e16c3..bdd3e4516 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -58,11 +58,6 @@ def reporter():
return MinimalTestReporter
-@pytest.fixture
-def unicode_example_dir(tests_directory: Path) -> Path:
- return tests_directory / "regrtest_data" / "unicode"
-
-
def pytest_addoption(parser) -> None:
parser.addoption(
"--primer-stdlib",