6 lines
160 B
INI
6 lines
160 B
INI
[testenv]
|
|
usedevelop = True
|
|
description = Run the unit tests under {basepython}
|
|
deps = -rrequirements-dev.txt
|
|
commands = pytest --benchmark-sort=name {posargs}
|