Prepare directory structure

This commit is contained in:
Richard Kubíček
2022-11-03 19:39:08 +01:00
parent 6d86ee1da5
commit 9a20121f28
6 changed files with 6 additions and 0 deletions

1
criteria/README.md Normal file
View File

@@ -0,0 +1 @@
The criteria folder holds the global criteria for the test bench. Sequence specific criteria can be defined at the sequence level.

1
products/README.md Normal file
View File

@@ -0,0 +1 @@
Each python file defines a different product through its static parameters.

1
station_config/README.md Normal file
View File

@@ -0,0 +1 @@
Configuration files for the station.

1
test_cases/README.md Normal file
View File

@@ -0,0 +1 @@
The functions that implement the test cases are defined in test case libraries.

1
test_sequences/README.md Normal file
View File

@@ -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.

1
test_tools/README.md Normal file
View File

@@ -0,0 +1 @@
The test tools that are used to implement the test cases are defined in tool libraries.