Commit 32387b8e authored by 's avatar

changed test dir convention to 'tests'

parent b040311f
......@@ -14,7 +14,7 @@ Testrunner will look for and execute test suites that follow some simple
conventions. Test modules should have a name prefixed with 'test', such as
'testMyModule.py', and test modules are expected to define a module function
named 'test_suite' that returns a PyUnit TestSuite object. By convention,
we put test suites in 'test' subdirectories of the packages they test.
we put test suites in 'tests' subdirectories of the packages they test.
Testrunner is used to run all checked in test suites before releases are
made, and can be used to quickly run a particular suite or all suites in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment