Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9313539
tox.ini
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
588 B
Subscribers
None
tox.ini
View Options
[tox]
envlist
=
flake8,mypy,py3
[testenv]
extras
=
testing
deps
=
pytest-cov
pifpaf
setenv
=
LC_ALL
=
C.UTF-8
LC_CTYPE
=
C.UTF-8
LANG
=
C.UTF-8
commands
=
pifpaf run postgresql -- \
pytest --doctest-modules \
!slow
:
--hypothesis-profile=fast
\
slow: --hypothesis-profile=slow
\
--cov={envsitepackagesdir}/swh/scheduler
\
{envsitepackagesdir}/swh/scheduler
\
--cov-branch {posargs}
[testenv:flake8]
skip_install
=
true
deps
=
flake8
commands
=
{envpython} -m flake8
[testenv:mypy]
extras
=
testing
deps
=
mypy
commands
=
mypy swh
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 11:44 AM (4 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3334315
Attached To
rDSCH Scheduling utilities
Event Timeline
Log In to Comment