Skip to content

Commit

Permalink
changed test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
dreyjo committed Oct 18, 2023
1 parent 65d2fbe commit b600cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
versions = ["3.8", "3.9", "3.10", "3.11"]

@nox.session(python=versions)
def py_tests(session):
def test(session):
session.install(".")

for v in versions:
session.run("pytest")

Expand Down

0 comments on commit b600cb9

Please sign in to comment.