Skip to content

Commit

Permalink
Fix pytest flag [integration]
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Dec 5, 2024
1 parent 7e4cd40 commit 66aafcb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ def pytest_addoption(parser):
help="Run tests that query remote package indexes.",
)

parser.addoption(
"--integration",
action="store_true",
default=None,
help="Run integration tests.",
)


EMSCRIPTEN_VER = "3.1.14"
PLATFORM = f"emscripten_{EMSCRIPTEN_VER.replace('.', '_')}_wasm32"
Expand Down

0 comments on commit 66aafcb

Please sign in to comment.