summaryrefslogtreecommitdiffstats
path: root/docs/contribution.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contribution.md')
-rw-r--r--docs/contribution.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contribution.md b/docs/contribution.md
index 88f09c1..50aed44 100644
--- a/docs/contribution.md
+++ b/docs/contribution.md
@@ -29,7 +29,7 @@ $ pip install -e .[dev,cli]
$ pip list -e
Package Version Editable project location
------- ------- -------------------------
-anta 1.1.0 /mnt/lab/projects/anta
+anta 1.2.0 /mnt/lab/projects/anta
```
Then, [`tox`](https://tox.wiki/) is configured with few environments to run CI locally:
@@ -86,9 +86,9 @@ Success: no issues found in 82 source files
> NOTE: Typing is configured quite strictly, do not hesitate to reach out if you have any questions, struggles, nightmares.
-## Unit tests
+## Unit tests with Pytest
-To keep high quality code, we require to provide a Pytest for every tests implemented in ANTA.
+To keep high quality code, we require to provide a **Pytest** for every tests implemented in ANTA.
All submodule should have its own pytest section under `tests/units/anta_tests/<submodule-name>.py`.