Commit d9c0779f authored by George Papathanail's avatar George Papathanail
Browse files

update tox.ini

parent b9fcf2f5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" ?>
<coverage version="7.9.1" timestamp="1751024920993" lines-valid="607" lines-covered="130" line-rate="0.2142" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<coverage version="7.9.1" timestamp="1751025707142" lines-valid="607" lines-covered="130" line-rate="0.2142" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
	<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.9.1 -->
	<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
	<sources>
+11 −11
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ minversion = 4.23.2
env_list = lint, type, 3.1{2}
skip_missing_interpreters = true


[testenv]
description = run the tests with pytest
passenv = MONGO_URI
@@ -20,16 +19,17 @@ commands =
        --cov-report=term-missing \
        tests/


[testenv:lint]
description = run linters
skip_install = true
deps = ruff>=0.8.1
commands = ruff check {posargs} edge_cloud_management_api tests


[testenv:type]
description = run type checks
skip_install = true
 deps = mypy
deps =
    mypy
    types-requests
commands = mypy {posargs} edge_cloud_management_api tests
+412 −392

File changed.

Preview size limit exceeded, changes collapsed.