-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cf76ea
commit dc9804b
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
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) | ||
def set_default_reporter_for_all_tests(): | ||
configure_approvaltests() | ||
|
||
|
||
# end-snippet | ||
|
||
|