Acknowledge nominal prerequisites for tests

We have a number of projects whose unit tests don't entirely mock
out database or filesystem interactions, or need specific system
packages preinstalled. Be clear that the CTI doesn't forbid these
sorts of nominal deviations.

Change-Id: Id2ec29f592896ca42a4e720af70d42a6f1eb2aa1
This commit is contained in:
Jeremy Stanley 2016-11-15 03:04:38 +00:00
parent b62c337d1e
commit d332e50deb

View File

@ -35,6 +35,11 @@ Projects which are compatible with Python 3 must also be able to do:
- tox -epy35
Some basic prerequisites for test running (system packages, database
configuration, custom filesystem types) are acceptable as long as they are
documented in a visible location such as a CONTRIBUTING, TESTING, or README
file in the root of the repository.
Requirements Listing
--------------------