aboutsummaryrefslogtreecommitdiff
path: root/docs/contributor_guide/unitary_test.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-06-07 14:34:14 +0200
committerThéo de la Hogue2023-06-07 14:34:14 +0200
commitc4552e04e1271a9210a934233beae5be1943d034 (patch)
treea44041e544bc700976237bfea9058ec06f9a2904 /docs/contributor_guide/unitary_test.md
parentbd9cd27c9d44c072164f564ffffeb22e37106b89 (diff)
downloadargaze-c4552e04e1271a9210a934233beae5be1943d034.zip
argaze-c4552e04e1271a9210a934233beae5be1943d034.tar.gz
argaze-c4552e04e1271a9210a934233beae5be1943d034.tar.bz2
argaze-c4552e04e1271a9210a934233beae5be1943d034.tar.xz
Writing User guide and use cases section.
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: