mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Switch invoke tests test runner to Pytest
This commit is contained in:
parent
e713407f89
commit
2d232d15aa
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
|
@ -21,7 +21,7 @@ PRECOMMIT = (
|
|||
@task
|
||||
def tests(c):
|
||||
"""Run the test suite"""
|
||||
c.run(f"{VENV}/bin/python -Wd -m unittest discover", pty=True)
|
||||
c.run(f"{VENV}/bin/pytest", pty=True)
|
||||
|
||||
|
||||
@task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue