summaryrefslogtreecommitdiff
path: root/.github/for_maintainers/tests_strategy.md
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2021-09-27 17:32:55 +0200
committerHind-M <hind.montassif@gmail.com>2021-09-27 17:32:55 +0200
commit613db2444a9a12a64b097b944d0180e4fdbff71f (patch)
treec38ee8d325a367ee8f05bc1d3ca7cf1a8b434a0b /.github/for_maintainers/tests_strategy.md
parent8749199e00c0ed1c32b8e0198a65797de3ad192a (diff)
Document option WITH_NETWORK in installation manual and tests_strategy
Enable WITH_NETWORK option in some of the CI platforms (for a minimal testing)
Diffstat (limited to '.github/for_maintainers/tests_strategy.md')
-rw-r--r--.github/for_maintainers/tests_strategy.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/for_maintainers/tests_strategy.md b/.github/for_maintainers/tests_strategy.md
index 9c181740..8fd7ac0d 100644
--- a/.github/for_maintainers/tests_strategy.md
+++ b/.github/for_maintainers/tests_strategy.md
@@ -8,13 +8,14 @@ The aim is to help maintainers to anticipate third parties modifications, update
### Linux
-As all the third parties are already installed (thanks to docker), the compilations has been seperated by categories to be parallelized:
+As all the third parties are already installed (thanks to docker), the compilations has been separated by categories to be parallelized:
* examples (C++)
* tests (C++)
* utils (C++)
* doxygen (C++ documentation that is available in the artefacts)
* python (including documentation and code coverage that are available in the artefacts)
+* python_tests_with_network (includes previous python with WITH_NETWORK option enabled which adds datasets fetching test)
(cf. `.circleci/config.yml`)
@@ -45,6 +46,7 @@ The compilations has been seperated by categories to be parallelized, but I don'
* tests (C++)
* utils (C++)
* python
+* python tests with network
Doxygen (C++) is not tested.
(cf. `.appveyor.yml`)