Skip to content

Commit

Permalink
test(nox): πŸ› Use editable mode for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Nov 5, 2024
1 parent 04614e6 commit 5e04dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def dragons_dev_tests(session: nox.Session) -> None:
def unit_tests(session: nox.Session) -> None:
"""Run the unit tests."""
install_test_dependencies(session)
session.install(".")
session.install("-e", ".")

# Positional arguments after -- are passed to pytest.
pos_args = session.posargs
Expand Down

0 comments on commit 5e04dd7

Please sign in to comment.