Skip to content

Commit

Permalink
Do not default runslow to false
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Aug 9, 2023
1 parent 05f0f32 commit 55aee91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carsus/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def pytest_configure(config):

def pytest_addoption(parser):
parser.addoption(
"--runslow", action="store_true", default=False, help="include running slow tests during run"
"--runslow", action="store_true", help="include running slow tests during run"
)
parser.addoption(
"--test-db",
Expand Down

0 comments on commit 55aee91

Please sign in to comment.