We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd910da commit 8b33cb8Copy full SHA for 8b33cb8
test/README.md
@@ -3,6 +3,13 @@
3
## Unit tests
4
To run the Python based unit tests, see the associated documentation in the `unit_tests` directory.
5
6
+## Doc tests
7
+The Python source code has a wide range of doctests that can be used to verify implementation details quickly. To run the Python based doc tests, run:
8
+```bash
9
+$ export PYTHONPATH=<project_source_root_dir>/scripts:<project_source_root_dir>/scripts/parse_tools
10
+$ pytest -v <project_source_root_dir>/scripts/ --doctest-modules
11
+```
12
+
13
## Regression tests
14
The run the regression tests with mock host models, build the main project with your test option:
15
0 commit comments