aboutsummaryrefslogtreecommitdiff
path: root/docs/contributor_guide/unitary_test.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributor_guide/unitary_test.md')
-rw-r--r--docs/contributor_guide/unitary_test.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/contributor_guide/unitary_test.md b/docs/contributor_guide/unitary_test.md
index 42cf24c..36010bf 100644
--- a/docs/contributor_guide/unitary_test.md
+++ b/docs/contributor_guide/unitary_test.md
@@ -1,12 +1,11 @@
Unitary test
============
-ArGaze package unitary tests are based on [unittest](https://docs.python.org/fr/3.10/library/unittest.html) module.
-Test files tree structure is mirroring the file tree structure of src/argaze folder.
+ArGaze package unitary tests are based on [unittest](https://docs.python.org/fr/3.10/library/unittest.html) module. Test files tree structure is mirroring the file tree structure of src/argaze folder.
!!! note
- *Consider that all inline commands below have to be executed into ArGaze root folder.*
+ *Consider that all inline commands below have to be executed at the root of ArGaze package folder.*
To run all unitary tests: