Skip to content

Commit

Permalink
Fix pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodar01 committed Dec 10, 2024
1 parent c5b51ae commit 96b4444
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tool:pytest]
addopts =
-v
minversion =
6.0.0
[pytest]
minversion = 6.0.0
addopts = -v --tb=long --show-capture=all --capture=no --color=yes --code-highlight=yes
log_cli_level = 10
testpaths =
./tests/frontend
./tests/core
Expand Down

0 comments on commit 96b4444

Please sign in to comment.