Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
12f625e6
Commit
12f625e6
authored
2 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
updated unit test related terms
parent
d21bcccf
dev
main
No related merge requests found
Pipeline
#231
passed with stages
in 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/source/ch06_unittest.rst
+1
-1
doc/source/ch06_unittest.rst
doc/source/ch09_build.rst
+2
-2
doc/source/ch09_build.rst
with
3 additions
and
3 deletions
+3
-3
doc/source/ch06_unittest.rst
+
1
-
1
View file @
12f625e6
...
...
@@ -36,7 +36,7 @@ To run unit tests collected from directory ``.``, and calculate coverage for sou
You will see messages like below
.. code-block::
plain
.. code-block::
none
============================ test session starts ============================
platform darwin -- Python 3.9.7, pytest-7.1.3, pluggy-0.13.1
...
...
This diff is collapsed.
Click to expand it.
doc/source/ch09_build.rst
+
2
-
2
View file @
12f625e6
...
...
@@ -67,7 +67,7 @@ The build log includes 6 sections.
An example of test summary is at the end of build log (the attached ``build.zip``).
If all checks/tests/validations passed, you will see a section as below.
.. code-block::
plain
.. code-block::
none
===================== TEST SUMMARY =====================
Test passed!
...
...
@@ -85,7 +85,7 @@ Unit test coverage report
The ``build log`` also contains a section of unit test coverage report.
An example is below.
.. code-block::
plain
.. code-block::
none
---------- coverage: platform darwin, python 3.9.7-final-0 -----------
Name Stmts Miss Cover Missing
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets