summaryrefslogtreecommitdiff
path: root/.github/for_maintainers/tests_strategy.md
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2021-10-25 15:34:03 +0200
committerHind-M <hind.montassif@gmail.com>2021-10-25 15:34:03 +0200
commit5db7ab2b55262a88c0ceecbb9c7ea004d9ed087e (patch)
tree7090f11f28261d5b733eb70f7b9657298144b8dd /.github/for_maintainers/tests_strategy.md
parentc9d6439fb9a6e65d7aa9f18bce675de65e901a0d (diff)
Enable WITH_GUDHI_REMOTE_TEST option for python target in CI platforms
Diffstat (limited to '.github/for_maintainers/tests_strategy.md')
-rw-r--r--.github/for_maintainers/tests_strategy.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/.github/for_maintainers/tests_strategy.md b/.github/for_maintainers/tests_strategy.md
index 610e1749..2bba3f42 100644
--- a/.github/for_maintainers/tests_strategy.md
+++ b/.github/for_maintainers/tests_strategy.md
@@ -14,8 +14,7 @@ As all the third parties are already installed (thanks to docker), the compilati
* 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_GUDHI_REMOTE_TEST option enabled which adds datasets fetching test)
+* python (including documentation and code coverage that are available in the artefacts; here the WITH_GUDHI_REMOTE_TEST option is enabled which adds datasets fetching test)
(cf. `.circleci/config.yml`)
@@ -40,13 +39,12 @@ docker push gudhi/ci_for_gudhi_wo_cgal:latest
### Windows
-The compilations has been seperated by categories to be parallelized, but I don't know why builds are not run in parallel:
+The compilations has been separated by categories to be parallelized, but I don't know why builds are not run in parallel:
* examples (C++)
* tests (C++)
* utils (C++)
-* python
-* python tests with network
+* python (here the WITH_GUDHI_REMOTE_TEST option is enabled which adds datasets fetching test)
Doxygen (C++) is not tested.
(cf. `.appveyor.yml`)
@@ -56,12 +54,12 @@ In case of installation issue, check in [vcpkg issues](https://github.com/micros
### OSx
-The compilations has been seperated by categories to be parallelized:
+The compilations has been separated by categories to be parallelized:
* examples (C++)
* tests (C++)
* utils (C++)
-* python
+* python (here the WITH_GUDHI_REMOTE_TEST option is enabled which adds datasets fetching test)
* Doxygen (C++)
(cf. `azure-pipelines.yml`)