summaryrefslogtreecommitdiff
path: root/src/zope/configuration/tests/test_xmlconfig.py
Commit message (Expand)AuthorAgeFilesLines
* Config with pure python template (#59)Michael Howitz2023-05-031-15/+15
* Config with pure python (#58)Michael Howitz2022-12-151-19/+27
* Lint the code.Michael Howitz2021-05-311-30/+51
* Simplify ZopeSAXParseException.Jason Madden2018-09-281-5/+5
* Simplify exception chaining and nested exception error messages.Jason Madden2018-09-281-4/+14
* Stop catching and wrapping BaseException in config and xmlconfig.pyJason Madden2018-09-261-67/+71
* Cleanups from review:Jason Madden2018-09-251-1/+1
* 100% coverage for test_xmlconfig.pyJason Madden2018-09-241-22/+10
* 100% cover for name.pyJason Madden2018-09-241-1/+1
* Remove unneeded internal _compat functions and aliases.Jason Madden2018-09-241-81/+68
* Flesh out the docs for ``includeOverrides`` a little bit.Jason Madden2018-09-241-33/+14
* Fix the doctests with newer zope.schema; run them on Py 2 and Py3Jason Madden2018-09-221-8/+8
* 'assertTrue(isinstance(foo, Bar)'->'assertIsInstance(foo, Bar)'.Tres Seaver2016-09-291-2/+2
* 'assertTrue(foo in bar)'->'assertIn(foo, bar)'.Tres Seaver2016-09-291-12/+12
* Use stdlib's 'assertRaises'.Tres Seaver2016-09-291-91/+97
* Use more idiomatic assertions.Tres Seaver2012-07-221-2/+2
* added test for sub-package exclusionAdam Groszer2012-07-191-2/+17
* Address more Windows path weirdness.Tres Seaver2012-05-171-6/+12
* Avoid resource warnings for unclosed files under Py3k.Tres Seaver2012-05-111-7/+10
* Fix tests under Py3k.Tres Seaver2012-05-101-3/+4
* Full coverage for z.c.xmlconfig.{xmlconfig,testxmlconfig}.Tres Seaver2012-05-101-2/+107
* Full coverage for z.c.xmlconfig.XMLConfig.Tres Seaver2012-05-101-34/+67
* Full coverage for z.c.xmlconfig.{file,string}.Tres Seaver2012-05-101-9/+118
* Full coverage for z.c.xmlconfig.includeOverrides.Tres Seaver2012-05-101-0/+47
* Full coverage for z.c.xmlconfig.exclude.Tres Seaver2012-05-101-1/+44
* Full coverage for z.c.xmlconfig.include.Tres Seaver2012-05-101-80/+153
* Full coverage for z.c.xmlconfig.openInOrPlain.Tres Seaver2012-05-101-1/+23
* Full coverage for z.c.xmlconfig.processxmlfile.Tres Seaver2012-05-101-2/+14
* Full coverage for z.c.xmlconfig.ConfgurationHandler.Tres Seaver2012-05-101-49/+244
* z.c.xmlconfig.ConfigurationHandler.testing should be a bool, not an int.Tres Seaver2012-05-101-0/+14
* Cover __repr__ and __str__ of z.c.xmlconfig.ParserInfo as well as feasible.Tres Seaver2012-05-091-0/+37
* Full coverage for z.c.xmlconfig.ZopeSAXParseException.Tres Seaver2012-05-091-0/+8
* Full coverage for z.c.xmlconfig.ZopeXMLConfigurationError.Tres Seaver2012-05-091-0/+4
* Drop hard testing dependency on ``zope.testing``.Tres Seaver2012-05-091-4/+4
* Python 3.2 compatibility via 'straddling'.Tres Seaver2012-05-081-34/+43
* Prep for coverage.Tres Seaver2012-05-081-551/+384
* Move extended 'exclude' example into narrative docs.Tres Seaver2012-05-081-6/+0
* - Action structures changed from tuples to dictionaries to allow for actionChris McDonough2011-12-051-5/+4
* Remove CVS '6997Id$' fossils.Tres Seaver2010-06-031-2/+0
* Prefer the standard libraries doctest module over zope.testing.doctest.Hanno Schlichting2010-04-301-1/+1
* Conform to repository policy.Tres Seaver2010-04-061-1/+1
* Adjust testing output to newer zope.schema. Prefer zope.testing.doctest over ...Hanno Schlichting2009-12-221-1/+1
* Add the ``exclude`` directive from zc.configuration to the standard set of di...Dan Korostelev2009-02-261-1/+9
* fixed a bug in a test helper function that causes test failures in `zope.conf...Andreas Zeidler2007-06-281-2/+2
* Moving code to satellite.Christian Theune2007-05-031-0/+631