Skip to content

Commit

Permalink
bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Dec 11, 2023
1 parent 4f1f24d commit e7b145d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/integrationv2/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from global_flags import set_flag, S2N_PROVIDER_VERSION, S2N_FIPS_MODE, S2N_NO_PQ, S2N_USE_CRITERION


def pytest_addoption(parser):
parser.addoption("--provider-version", action="store", dest="provider-version",
default=None, type=str, help="Set the version of the TLS provider")
Expand All @@ -12,6 +11,11 @@ def pytest_addoption(parser):
default="off", type=str, choices=['off', 'baseline', 'delta'], help="Use Criterion provider in one of 3 modes: [off,baseline,delta]")







def pytest_configure(config):
"""
pytest hook that adds the function to deselect tests if the parameters
Expand Down

0 comments on commit e7b145d

Please sign in to comment.