Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs1-25sp
project04
Commits
ef250f6e
Commit
ef250f6e
authored
8 months ago
by
Antonio Caceres
Browse files
Options
Download
Email Patches
Plain Diff
Update pyproject.toml and remove pytest.ini
parent
ccc9c46e
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+8
-0
pyproject.toml
pytest.ini
+0
-3
pytest.ini
with
8 additions
and
3 deletions
+8
-3
pyproject.toml
View file @
ef250f6e
[tool.pytest.ini_options]
[tool.pytest.ini_options]
pythonpath
=
"src"
pythonpath
=
"src"
addopts
=
"-vv --color=yes --no-header --disable-warnings -p pytest_clarity -rNs"
faulthandler_timeout
=
10
consider_namespace_packages
=
true
[tool.pyright]
strict
=
["src"]
exclude
=
["**/__pycache__"]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pytest.ini
deleted
100644 → 0
View file @
ccc9c46e
[pytest]
addopts
=
-vv --color=yes --no-header --disable-warnings -p pytest_clarity -rN -x
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help