Skip to content

Commit

Permalink
Add FIPS_TESTRUN definition
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhestkov committed Jan 23, 2025
1 parent 4157ee3 commit bec6817
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
# Flag coverage to track suprocesses by pointing it to the right .coveragerc file
os.environ["COVERAGE_PROCESS_START"] = str(COVERAGERC_FILE)

# Variable defining a FIPS test run or not
FIPS_TESTRUN = os.environ.get("FIPS_TESTRUN", "0") == "1"

# Define the pytest plugins we rely on
pytest_plugins = ["tempdir", "helpers_namespace"]

Expand Down

0 comments on commit bec6817

Please sign in to comment.