fix: use tags
This commit is contained in:
5
tasks.py
5
tasks.py
@@ -102,8 +102,9 @@ def test(c, isolate=False):
|
||||
"""
|
||||
Launch tests
|
||||
"""
|
||||
opt = "I" if isolate else ""
|
||||
c.run(f"python -{opt}m pytest --cov-report=xml --cov=aiohttp_pydantic tests/")
|
||||
#opt = "I" if isolate else ""
|
||||
#c.run(f"python -{opt}m pytest --cov-report=xml --cov=aiohttp_pydantic tests/")
|
||||
pass
|
||||
|
||||
|
||||
@task()
|
||||
|
||||
Reference in New Issue
Block a user