Skip to content

Commit cc4b496

Browse files
author
akshaydayma
authored
Update testing.rst
1 parent 80bbc48 commit cc4b496

1 file changed

Lines changed: 20 additions & 6 deletions

File tree

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
=======
2-
Testing
3-
=======
41

5-
.. admonition:: ToDo
6-
:class: custom-admonition-todo
2+
###############
3+
TESTING
4+
###############
75

8-
We need to create this content.
6+
* You've written and tested your code, but before sending code out for review, run all the tests for the whole tree to make sure the changes don't break other
7+
packages or programs.
8+
9+
* After running for a while and printing a lot of testing output, the command should finish by printing,
10+
11+
ALL TESTS PASSED
12+
13+
14+
* In the (https://github.com/nexB/, For Example) repositories
15+
Run the tests for the entire repository.
16+
17+
* If you're concerned about the build status, you can check the Build Dashboard. Test failures may also be caught in code review.
18+
19+
* Some repositories will have different testing infrastructures, so always check the documentation for the repository in which you are working The README file in the
20+
root of the repository will usually have this information.
21+
22+

0 commit comments

Comments
 (0)