summaryrefslogtreecommitdiff
path: root/src/zope/interface/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix the cache getting out of sync with _utility_registrations.issue93Jason Madden2017-06-141-0/+53
* Fix #85 by implementing __reduce__ to omit _v_ attributes.issue85-take2-reduceJason Madden2017-06-141-1/+102
* 100% coverage (#90)Jason Madden2017-06-129-240/+165
* Test sanity cleanups (#88)Jason Madden2017-06-0813-179/+89
* Simply the caching of utility-registration data. In addition toJim Fulton2017-05-121-2/+0
* Raise ValueError if non-text name passed to adapter registry methods.75-prevent-non-text-name-errorsTres Seaver2017-05-041-0/+32
* Add tests asserting that optimzations are / are not present as expected.Tres Seaver2016-11-153-0/+103
* Fix equality testing of implementedBy objects that have been proxied. Fixes #55.fix-55Jason Madden2016-09-021-0/+40
* 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
* Make declarations.Implements sortable.comp-implementsJason Madden2016-08-032-4/+22
* Remove the _u compat function.literalsJason Madden2016-08-024-192/+192
* Remove deprecated unittest assertions.Tres Seaver2014-12-277-741/+668
* 100% branch coverage for 'zope.interface.ro'.Tres Seaver2014-12-081-0/+115
* 100% branch coverage for 'zope.interface.registry'.Tres Seaver2014-12-081-15/+94
* 100% branch coverage for 'zope.interface.interface'.Tres Seaver2014-12-081-23/+45
* 100% branch coverage for 'zope.interface.declarations'.Tres Seaver2014-12-081-3/+5
* 100% branch coverage for 'zope.interface.adapter'.Tres Seaver2014-12-081-7/+109
* Changed name to asReStructuredText for CamelCase correctness.Michael McNeil Forbes2014-10-301-15/+15
* Added new function asreStructuredTest to keep backward compatibilityMichael McNeil Forbes2014-10-291-11/+237
* Updated tests.Michael McNeil Forbes2014-10-291-24/+24
* Added ``@named(name)`` declaration.Stephan Richter2014-02-042-7/+79
* Fixed a verifyClass false positive with a decorated method.Albertas Agejevas2013-02-281-0/+23
* - LP #1055223: Fix test which depended on dictionary order and failed randomlyBrian Sutherland2012-09-281-2/+2
* Drop explicit DeprecationWarnings for "class advice" APISTres Seaver2012-05-221-19/+9
* further simplify some attribute lookupsFred Drake2012-04-061-1/+1
* Drop unneeded compatibility shims for method / function attributes.Tres Seaver2012-04-061-2/+1
* Deprecated the "class advice" APIs from ``zope.interface.declarations``.Tres Seaver2012-04-061-38/+78
* Re-silence Py3k whines.Tres Seaver2012-04-061-31/+44
* Close Py3k coverage gap to absolute minimum.Tres Seaver2012-04-062-12/+158
* Coverage under Py3k.Tres Seaver2012-04-061-4/+0
* 100% coverage under Python 2.x.Tres Seaver2012-04-061-0/+67
* Guard against possible failure under hash-randomizing Pythons.Tres Seaver2012-04-051-2/+2
* Silence Py3k whining.Tres Seaver2012-04-053-16/+16
* Restore 'adapter_hooks' after patching for test purposes.Tres Seaver2012-04-051-3/+7
* The C impl. caches BuiltinImmplentationSpecifications too early.Tres Seaver2012-04-051-12/+33
* Merge Py3k w/o 2to3 work.Tres Seaver2012-04-047-220/+316
* Merge from LP branch.Tres Seaver2012-03-2615-2529/+8095
* Merge chrism-componentregistry branch: Chris McDonough2011-09-151-0/+950
* Fix test failure under 'python setup.py test' in new test for '__hash__'.Tres Seaver2011-08-121-0/+2
* Fix Python 2.5 incompatibility introduced in new tests of ``__hash__``.Tres Seaver2011-08-121-1/+6
* Work around buggy behavior in some subclasses of `InterfaceClass``Tres Seaver2011-08-112-8/+55
* - Fix testing deprecation warnings issued when tested under Py3K.Chris McDonough2011-07-213-70/+88
* LP 804951: InterfaceClass instances were unhashable under Python 3.x.Tres Seaver2011-07-051-0/+9
* Correct comparison of interfaces from different modules but with the same name.Tres Seaver2011-05-262-0/+40
* Fixes for small issues when running tests under Python 3.2 using zope.testrunnerBrian Sutherland2011-04-291-1/+1
* Remove CVS-era Id fossils.Tres Seaver2010-06-0314-28/+0
* Clear the cache used by ``Specificaton.get`` inside ``Specification.changed``.Tres Seaver2010-04-131-0/+26
* Scrub trailing ws, use canonical suite-generation form.Tres Seaver2010-04-131-23/+17
* Cleaning up imports, mostly in tests, some duplicates created by my merge. Py...Lennart Regebro2010-04-115-20/+21