mirror of
https://github.com/nicolargo/glances.git
synced 2025-12-23 22:18:31 -05:00
29 lines
362 B
INI
29 lines
362 B
INI
# Tox (http://tox.testrun.org/) is a tool for running tests
|
|
# Install:
|
|
# pip install tox
|
|
# Run:
|
|
# tox
|
|
|
|
[tox]
|
|
envlist =
|
|
py39
|
|
py310
|
|
py311
|
|
py312
|
|
py313
|
|
|
|
[testenv]
|
|
deps =
|
|
flake8
|
|
psutil
|
|
defusedxml
|
|
packaging
|
|
orjson
|
|
fastapi
|
|
uvicorn
|
|
jinja2
|
|
requests
|
|
pytest
|
|
commands =
|
|
python -m pytest tests/test_core.py
|