summaryrefslogtreecommitdiff
path: root/src/zope/interface/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove support for hashing uninitialized interfaces.issue157Jason Madden2020-01-271-10/+2
* Move Declaration, Specification and ClassProvides to __slots__.Jason Madden2020-01-272-8/+8
* Use tp_members in SpecificationBase and ClassProvidesBase.Jason Madden2020-01-231-20/+20
* Test PURE_PYTHON at runtime.Jason Madden2020-01-214-164/+158
* Remove unused test files.Jason Madden2020-01-213-67/+0
* key order doesn't mattermauro2019-10-091-1/+1
* taggedvalue inheritancemauro2019-10-091-2/+11
* Fix coverage.issue126Jason Madden2018-10-231-2/+2
* Fix 'verifyObject' for class objects with staticmethods on Python 3.Jason Madden2018-10-231-0/+21
* Allow Registering and unregistering instance methods as listeners (#102)‮rekcäH nitraM‮2017-11-281-0/+11
* Drop __annotations__ in interface declarationsMaxim Avanov2017-09-011-0/+9
* Merge pull request #95 from zopefoundation/combined-coverageJason Madden2017-06-147-38/+46
|\
| * cleanups requested by @tseaver: remove assert from _implements since all its ...Jason Madden2017-06-141-2/+5
| * Enable combined coverage reports under tox and branch coveragecombined-coverageJason Madden2017-06-147-37/+42
* | 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