Update Python guidelines authored by Georg Koppen's avatar Georg Koppen
...@@ -35,7 +35,7 @@ Tools: ...@@ -35,7 +35,7 @@ Tools:
### Testing ### Testing
- [pytests](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
... ...
......