Skip to content

Commit

Permalink
Update tests and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Jul 24, 2021
1 parent 717c7df commit 5ac2682
Show file tree
Hide file tree
Showing 3 changed files with 964 additions and 433 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@nox.session(python=["3.6", "3.7", "3.8", "3.9", "3.10"], reuse_venv=True)
def tests(session: nox.Session) -> None:
session.run("pip", "install", "-r", "requirements-test.txt")
session.run("pytest", "-s", "--verbose")
session.run("pytest", "-s", "--verbose", "--log-level=INFO")


@nox.session(reuse_venv=True)
Expand Down
Loading

0 comments on commit 5ac2682

Please sign in to comment.