Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
repod
Commits
441d7c00
Verified
Commit
441d7c00
authored
Mar 20, 2021
by
David Runge
🐿
Browse files
Add integration test target for tox
tox.ini: Add test target that only runs tests marked "integration".
parent
aaf40e02
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
441d7c00
...
...
@@ -25,3 +25,9 @@ commands =
poetry
run
black
--check
.
poetry
run
flake8
poetry
run
mypy
-p
repo_management
-p
tests
[testenv:integration]
whitelist_externals
=
poetry
commands
=
poetry
install
poetry
run
pytest
-v
tests/
-m
"integration"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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