From b9f284f09bcede7ba1cb62976ded650af9ad4c05 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 14 Apr 2022 11:41:22 +0300 Subject: [PATCH] Add README files --- doc/examples/0README | 7 +++++++ test/0README | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 doc/examples/0README create mode 100644 test/0README diff --git a/doc/examples/0README b/doc/examples/0README new file mode 100644 index 000000000..39e339f5b --- /dev/null +++ b/doc/examples/0README @@ -0,0 +1,7 @@ +This folder contains example Python scripts which are used in the documentation of Mesh module, +i.e. those mentioned in *.rst files in {root_src}/doc/gui folder. + +These tests are exported into the ${SMESH_ROOT_DIR}/share/doc/salome/examples folder and can be +executed with the `salome test` command, as a part of whole testing procedure. + +Other Python scripts aimed for testing purposes must be put into the ${root_src}/test folder! diff --git a/test/0README b/test/0README new file mode 100644 index 000000000..3cb175163 --- /dev/null +++ b/test/0README @@ -0,0 +1,7 @@ +This folder contains test scripts for SMESH module. + +These tests are exported into the ${SMESH_ROOT_DIR}/bin/test folder and can be executed with the +`salome test` command, as a part of whole testing procedure. + +The example Python scripts to be used in the documentation of Mesh module, must be put into the +{root_src}/doc/examples folder!