summaryrefslogtreecommitdiff
path: root/src/zope/interface/tests/test_adapter.py
Commit message (Expand)AuthorAgeFilesLines
* Let subclasses of BaseAdapterRegistry customize the data structures.Jason Madden2021-03-031-13/+593
* Fix interface definitions of IAdapterRegistry.subscribe, subscribers and subs...Jason Madden2020-04-231-54/+72
* Let interface 'subclasses' override __adapt__.issue3Jason Madden2020-04-061-32/+32
* Remove the bare except: statements.Jason Madden2020-04-021-59/+76
* Add additional low-level tests for super() unwrapping.Jason Madden2020-03-101-1/+38
* The _empty singleton has no-op subscribe/unsubscribe methods.issue162Jason Madden2020-01-281-0/+18
* Test PURE_PYTHON at runtime.Jason Madden2020-01-211-24/+14
* Allow Registering and unregistering instance methods as listeners (#102)‮rekcäH nitraM‮2017-11-281-0/+11
* Enable combined coverage reports under tox and branch coveragecombined-coverageJason Madden2017-06-141-3/+3
* 100% coverage (#90)Jason Madden2017-06-121-20/+15
* Test sanity cleanups (#88)Jason Madden2017-06-081-14/+1
* 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-151-0/+18
* Remove the _u compat function.literalsJason Madden2016-08-021-2/+2
* Remove deprecated unittest assertions.Tres Seaver2014-12-271-70/+59
* 100% branch coverage for 'zope.interface.adapter'.Tres Seaver2014-12-081-7/+109
* Silence Py3k whining.Tres Seaver2012-04-051-1/+1
* Merge Py3k w/o 2to3 work.Tres Seaver2012-04-041-14/+27
* Merge from LP branch.Tres Seaver2012-03-261-390/+1250
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Cleaning up imports, mostly in tests, some duplicates created by my merge. Py...Lennart Regebro2010-04-111-1/+0
* Comply with repository policy.Tres Seaver2010-04-061-1/+1
* Use the standard Python doctest module instead of zope.testing.doctest, whichFabio Tranchitella2009-12-231-1/+1
* Fixed unit tests replacing zope.testing.doctestunit with doctest: it has beenFabio Tranchitella2009-12-221-2/+2
* 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
* clean up registry structures to avoid unecessary references to globalFred Drake2009-06-301-0/+57
* Added russian translation for adapter.txtDmitry Vasiliev2007-06-241-2/+3
* Fixed bug https://bugs.launchpad.net/zope3/+bug/109980.Jim Fulton2007-05-221-0/+22
* Moving code to satellite.Christian Theune2007-05-031-0/+335
* Removed interface copyJim Fulton2006-03-111-336/+0
* Fixing my own stupid way of handling testing of the module only.Nathan Yergler2006-02-271-3/+3
* Fixing tests to run independent of the rest of zope 3.Nathan Yergler2006-02-271-3/+3
* Correcting borked move.Nathan Yergler2006-02-271-0/+336