Commit 66e9937d authored by Karagkounis Dimitris's avatar Karagkounis Dimitris
Browse files

add support for pytest marks

parent 3df1e4b5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@ dev = [
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]
markers = [
    "unit: Marks a test as a unit test. Run 'pytest -m \"unit\"' to run only unit tests.",
    "component: Marks a test as a component test requiring external dependencies (mongodb).",
]

[tool.ruff]
exclude = [".eggs", ".git", ".ruff_cache", ".tox", ".venv"]