Merging upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ae7b7df396
commit
afeccccd6a
154 changed files with 7346 additions and 5000 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue