Skip to content

Commit

Permalink
added boolean variable for integration test ON/OFF switch `HAS_INTEGR…
Browse files Browse the repository at this point in the history
…ATION_TESTS_ENABLED`
  • Loading branch information
nh916 committed Jul 28, 2023
1 parent 2fb2ce5 commit 25d4b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import cript


HAS_INTEGRATION_TESTS_ENABLED: bool = False
HAS_INTEGRATION_TESTS_ENABLED: bool = True


@pytest.fixture(scope="session", autouse=True)
Expand Down

0 comments on commit 25d4b5e

Please sign in to comment.