summaryrefslogtreecommitdiff
path: root/src/zope/interface/tests/odd.py
Commit message (Collapse)AuthorAgeFilesLines
* Enable combined coverage reports under tox and branch coveragecombined-coverageJason Madden2017-06-141-1/+1
| | | | | | | | Fixes #91 Remove many (or most) now-redundant 'pragma: no cover'. A few minor test changes to get full branch coverage.
* 100% coverage (#90)Jason Madden2017-06-121-13/+7
| | | | | | | | | | | | | | | | | | | | | * Get as close to 100% coverage as possible. Without conflicting with #86. This is almost entirely trivial changes: - Make dummy methods that should never be called either raise NotImplementedError or call self.fail() in tests. - Standardize the no-coverage pragma - Add a few pragmas where coverage varies across versions/implementations, mostly for the sake of tox (travis should hit them all). * Convert tox to run the coverage command, like travis. A follow up should have it produce coverage for all python versions/implementations. Fixes #87 * Adjust coverage config for py2 only tests; fix typo; finish replacing self with cls
* Test sanity cleanups (#88)Jason Madden2017-06-081-4/+9
| | | | | | | | | | | | | | | | | | | * Test sanity cleanups Partially addresses #87 - Remove manual lists of tests in favor of loadTestsFromName. This mostly gets all test runners running the same number of tests. - Remove `additional_tests`, which was just duplicating the discovered tests. No modern test runner seems to need it. - Change the two compatibility skip decorators to actually use unitetest skips, which helps with the reporting. * Per @tseaver, drop most test_suite functions. * Port remaining doctest to unittest. * Make the odd tests work on all supported python versions
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
|
* Merge of regebro-python3 branch, adding Python 3.1 compatibility\!Lennart Regebro2010-04-091-5/+7
|
* Comply with repository policy.Tres Seaver2010-04-061-1/+1
|
* Revert incorrect copyright header update.Christian Theune2009-12-171-1/+1
|
* Updating copyright header after transfer of ownership to the Zope FoundationChristian Theune2009-11-021-1/+1
|
* Fixed: test returns <type 'object'>Georgy Berdyshev2008-07-081-1/+1
| | | | | Signed-off-by: Georgy Berdyshev - Георгий Бердышев <codingmaster@gmail.com>
* Moving code to satellite.Christian Theune2007-05-031-0/+129
|
* Removed interface copyJim Fulton2006-03-111-129/+0
|
* Correcting borked move.Nathan Yergler2006-02-271-0/+129