File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PTB allows you to collect various metrics on the quality of your project
55regarding Coverage, Security, and Static Code Analysis.
66
77For each metric, there is a dedicated nox task, generating one or multiple
8- files and based on a selected external python tool.
8+ files and based on a selected external Python tool.
99
1010+-----------------------------+-----------------------------+--------------+
1111| Nox Task | Generated Files | Based on |
@@ -28,8 +28,8 @@ Python version defined in file ``noxconfig.py``:
2828
2929 The GitHub workflows of your project can:
3030
31- * Use a build matrix, e.g. using different python versions as shown above
31+ * Use a build matrix, e.g. using different Python versions as shown above
3232* Define multiple test sessions, e.g. for distinguishing fast vs. slow or expensive tests.
3333
34- PTB combines the coverage data of all test sessions but using only the python
34+ PTB combines the coverage data of all test sessions but using only the Python
3535version named first in attribute ``python_versions `` of class ``Config ``.
You can’t perform that action at this time.
0 commit comments