summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-519/+0
* Allow multiple values for package_data in setup.cfg (#11805).Éric Araujo2012-02-041-7/+30
* Adapt test and example after e39d1b6f0856.Éric Araujo2011-11-141-1/+1
* Clean up mocking of stdout and stdin in packaging tests.Éric Araujo2011-11-061-12/+1
* Make sure packaging tests that register custom commands also clear themÉric Araujo2011-11-061-4/+7
* Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-191-5/+3
* Minor improvement to extensions in setup.cfg: check parent packageÉric Araujo2011-09-011-2/+29
* Minor improvement to extensions section in setup.cfg.Éric Araujo2011-09-011-5/+11
* packaging: Add the project directory to sys.path to support local setup hooks.Éric Araujo2011-06-191-1/+21
* Allow multiple setup hooks in packaging’s setup.cfg files (#12240).Éric Araujo2011-06-101-7/+29
* setup.cfg: Document that description-file can contain more than one fileÉric Araujo2011-06-101-1/+1
* Fix example in packaging test_config.Éric Araujo2011-06-091-2/+2
* make sure the cwd is restored on tearDownTarek Ziade2011-05-231-0/+5
* fixed the way the cfg file markers values are split under win32Tarek Ziade2011-05-211-1/+1
* Skip tests that require zlib in the packaging tests. Also add a requires_zli...Ezio Melotti2011-05-191-0/+2
* Issue #12112: packaging reads and writes setup.cfg using UTF-8Victor Stinner2011-05-191-1/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+424