Skip to content

Commit

Permalink
. t cleanup
Browse files Browse the repository at this point in the history
Co-Authored-By: 4dsherwood <[email protected]>
Co-Authored-By: Susan Fung <[email protected]>
Co-Authored-By: Nitsan Avni <[email protected]>
  • Loading branch information
4 people committed Jan 28, 2024
1 parent 5edb147 commit 6cf76ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ venv
.mypy_cache
.DS_Store
tests/approved_files/VerifyTests.test_verify_automatic_approval.approved.txt
tests/approved_files/VerifyTests.test_verify_automatic_approval.approved.txt

This file was deleted.

7 changes: 2 additions & 5 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from tests.approvals_config import configure_approvaltests

import pytest

# The next line registers the plugin
from approvaltests.pytest.pytest_plugin import pytest_configure

# begin-snippet: conftest_pytest_session_scoped
@pytest.fixture(scope="session", autouse=True)
Expand All @@ -12,7 +13,3 @@ def set_default_reporter_for_all_tests():
# end-snippet


def pytest_configure(config):
from approvaltests.pytest.pytest_plugin import pytest_configure

pytest_configure(config)

0 comments on commit 6cf76ea

Please sign in to comment.