diff --git a/criteria/README.md b/criteria/README.md new file mode 100644 index 0000000..9ebfdcd --- /dev/null +++ b/criteria/README.md @@ -0,0 +1 @@ +The criteria folder holds the global criteria for the test bench. Sequence specific criteria can be defined at the sequence level. \ No newline at end of file diff --git a/products/README.md b/products/README.md new file mode 100644 index 0000000..c19ba95 --- /dev/null +++ b/products/README.md @@ -0,0 +1 @@ +Each python file defines a different product through its static parameters. \ No newline at end of file diff --git a/station_config/README.md b/station_config/README.md new file mode 100644 index 0000000..770c203 --- /dev/null +++ b/station_config/README.md @@ -0,0 +1 @@ +Configuration files for the station. diff --git a/test_cases/README.md b/test_cases/README.md new file mode 100644 index 0000000..c14ed44 --- /dev/null +++ b/test_cases/README.md @@ -0,0 +1 @@ +The functions that implement the test cases are defined in test case libraries. \ No newline at end of file diff --git a/test_sequences/README.md b/test_sequences/README.md new file mode 100644 index 0000000..465f2a8 --- /dev/null +++ b/test_sequences/README.md @@ -0,0 +1 @@ +The sequences are separated in folders which hold the sequence and test cases declarations, the static configuration and the criterion specific to the sequence. \ No newline at end of file diff --git a/test_tools/README.md b/test_tools/README.md new file mode 100644 index 0000000..b4e5de0 --- /dev/null +++ b/test_tools/README.md @@ -0,0 +1 @@ +The test tools that are used to implement the test cases are defined in tool libraries. \ No newline at end of file