Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions doc/TESTING
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

###############
TESTING
###############

* 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 packages or programs.

* After running for a while and printing a lot of testing output, the command
should finish by printing,

ALL TESTS PASSED


* In the (https://github.com/nexB/, for Example) repositories Run the tests for
the entire repository.

* If you're concerned about the build status, you can check the Build Dashboard.
Test failures may also be caught in
code review.

* 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 root of the repository will usually have this information.


8 changes: 0 additions & 8 deletions docs/source/contributing/testing.rst

This file was deleted.