Skip to content

Commit

Permalink
consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 8, 2024
1 parent 5400657 commit 45297fa
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 @@ -27,7 +27,7 @@ def licensecheck(session) -> None:


@nox.session(default=False)
def system_test(session) -> None:
def system_tests(session) -> None:
"""Runs the system test - slow"""
session.install(".[testing]")
session.run("pytest", "--durations=10", "system_tests")
Expand Down

0 comments on commit 45297fa

Please sign in to comment.