Information on build tests added

This commit is contained in:
Lukas Klass 2020-10-29 10:11:59 +01:00
parent fffc9e1844
commit 4653654cef
1 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,15 @@
ESBO-ETC can be easily extended by adding new targets, new optical components or a new detector component.
In the following, only the minimal required changes in the source code are described.
Of course, the documentation must be edited as well if new components are added.
Of course, the documentation must be edited as well if new components are added and corresponding build tests should be defined.
Before any changes can be committed to the repository, the developer must ensure that all build tests pass.
The build tests can be started by running
.. code-block:: bash
:linenos:
venv/bin/python3 -m unittest discover tests
in the console in the project's root directory.
Adding Targets
--------------