summaryrefslogtreecommitdiff
path: root/src/zope/interface/tests/test_registry.py
Commit message (Expand)AuthorAgeFilesLines
* Get as close to 100% coverage as possible.Jason Madden2017-06-091-85/+67
* Test sanity cleanups (#88)Jason Madden2017-06-081-10/+0
* Simply the caching of utility-registration data. In addition toJim Fulton2017-05-121-2/+0
* Support Components subclasses that are not hashable. (#54)Jason Madden2016-08-311-6/+16
* Use dictionary lookups for testing subscribed status.Jason Madden2016-08-191-50/+140
* Remove the _u compat function.literalsJason Madden2016-08-021-149/+149
* Remove deprecated unittest assertions.Tres Seaver2014-12-271-328/+318
* 100% branch coverage for 'zope.interface.registry'.Tres Seaver2014-12-081-15/+94
* Added ``@named(name)`` declaration.Stephan Richter2014-02-041-0/+41
* - LP #1055223: Fix test which depended on dictionary order and failed randomlyBrian Sutherland2012-09-281-2/+2
* further simplify some attribute lookupsFred Drake2012-04-061-1/+1
* Drop unneeded compatibility shims for method / function attributes.Tres Seaver2012-04-061-2/+1
* Guard against possible failure under hash-randomizing Pythons.Tres Seaver2012-04-051-2/+2
* Silence Py3k whining.Tres Seaver2012-04-051-3/+3
* Merge Py3k w/o 2to3 work.Tres Seaver2012-04-041-55/+61
* Merge from LP branch.Tres Seaver2012-03-261-916/+2415
* Merge chrism-componentregistry branch: Chris McDonough2011-09-151-0/+950