We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09a5ab commit 94b3008Copy full SHA for 94b3008
docs/doc_examples/html_reporter_demo.md docs/doc_examples/reporters_demo.mddocs/doc_examples/html_reporter_demo.md renamed to docs/doc_examples/reporters_demo.md
@@ -4,10 +4,10 @@ This page demonstrates how to use the Reporter module.
4
5
## Example Code for HTML Reporter
6
7
-The following example shows how to run QC tests using the HTML reporter:
+The following example shows how to run QC tests using the HTML and Console reporters:
8
9
```python
10
---8<-- "examples/html_reporter_demo.py"
+--8<-- "examples/reporters_demo.py"
11
```
12
13
## Exporting Context Exportable Objects
examples/html_reporter_demo.py examples/reporters_demo.pyexamples/html_reporter_demo.py renamed to examples/reporters_demo.py
0 commit comments