Skip to content
Snippets Groups Projects
Commit 89c1e69f authored by Karim Ahmed's avatar Karim Ahmed
Browse files

improve bash line appearance

parent da675dc2
No related branches found
No related tags found
1 merge request!820[Documentation] Introduce mkdocs and add new documentation pages
...@@ -42,7 +42,14 @@ These tests are meant to run on all detector calibrations before any release. As ...@@ -42,7 +42,14 @@ These tests are meant to run on all detector calibrations before any release. As
``` ```
- Tests are triggered using CLI: - Tests are triggered using CLI:
- `pytest tests/test_reference_runs/test_pre_deployment.py --release-test --reference-folder <reference-folder-path> --out-folder <out-folder-path>`
```bash
pytest tests/test_reference_runs/test_pre_deployment.py \
--release-test \
--reference-folder <reference-folder-path> \
--out-folder <out-folder-path>
```
- Arguments: - Arguments:
- required arguments: - required arguments:
- release-test: this is needed to trigger the automated test. To avoid triggering this as a part of the Gitlab CI this boolean was created. - release-test: this is needed to trigger the automated test. To avoid triggering this as a part of the Gitlab CI this boolean was created.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment