Changes
Page history
Update Python guidelines
authored
Mar 17, 2021
by
Georg Koppen
Show whitespace changes
Inline
Side-by-side
Python-guidelines.md
View page @
45fb0954
...
@@ -35,7 +35,7 @@ Tools:
...
@@ -35,7 +35,7 @@ Tools:
### Testing
### Testing
-
[
pytest
s
](
https://pytest.org
)
: makes it easy to write small tests.
-
[
pytest
](
https://pytest.org
)
: makes it easy to write small tests.
-
[
tox
](
https://tox.readthedocs.io/
)
: virtualenv-based automation of test
-
[
tox
](
https://tox.readthedocs.io/
)
: virtualenv-based automation of test
activities.
[
Example configuration
](
https://gitlab.torproject.org/juga/python_template_minimal/-/blob/main/tox.ini
)
, including testing style and
activities.
[
Example configuration
](
https://gitlab.torproject.org/juga/python_template_minimal/-/blob/main/tox.ini
)
, including testing style and
coverage
coverage
...
...
...
...