summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code from packaging.tests.__init__Éric Araujo2011-11-154-108/+10
* Remove redundant setUp/tearDown methods in packaging testsÉric Araujo2011-11-143-23/+2
* Add tests to check initial content of packaging.database cachesÉric Araujo2011-11-141-0/+7
* packaging cleanup: A few super I missed in 5ae03b1e147aÉric Araujo2011-11-141-5/+5
* Adapt test and example after e39d1b6f0856.Éric Araujo2011-11-141-1/+1
* Clean up byte-compilation code in packaging (#11254 followup).Éric Araujo2011-11-141-2/+2
* Use more standard name for one option of packaging’s install_distinfoÉric Araujo2011-11-061-5/+5
* Clean up mocking of stdout and stdin in packaging tests.Éric Araujo2011-11-069-98/+47
* Minor tweak to packaging tests.Éric Araujo2011-11-064-3/+4
* Undo potentially confusing name change in packaging.Éric Araujo2011-11-061-1/+1
* Make sure packaging tests that register custom commands also clear themÉric Araujo2011-11-063-19/+34
* Try to fix buildbot failures from #13193Éric Araujo2011-11-051-0/+2
* Actually check the contents of the file created by packaging’s bdist_dumbÉric Araujo2011-11-031-4/+13
* Improve byte-compilation in packaging to be independent of -O or -B.Éric Araujo2011-11-035-86/+75
* Minor code reorganization in one packaging test fileÉric Araujo2011-11-021-27/+25
* Add tests for packaging.tests.support (#12659).Éric Araujo2011-10-211-0/+78
* Fix missing imports in setup scripts generated by packaging (#13205).Éric Araujo2011-10-211-5/+29
* Branch mergeÉric Araujo2011-10-1921-142/+191
|\
| * Clean up some idioms in packaging tests.Éric Araujo2011-10-1913-37/+40
| * Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-1910-72/+65
| * More fixes for PEP 3147 compliance in packaging (#11254)Éric Araujo2011-10-192-4/+43
| * Expand tests and fix bugs in packaging.util.resolve_name.Éric Araujo2011-10-191-29/+43
* | A ricochet from fixing #10680: http://http://example.com/ no longer reportsŁukasz Langa2011-10-191-1/+1
|/
* Cleanup in packaging: super considered superÉric Araujo2011-10-142-2/+2
* Fix writing of the RESOURCES file by packaging (#12386)Éric Araujo2011-10-142-4/+58
* Increase test coverage for packaging.manifest (#11751).Éric Araujo2011-10-111-1/+196
* Add tests for Unicode handling in packaging’ check and register (#13114)Éric Araujo2011-10-112-10/+43
* Fix packaging byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-082-6/+13
* Make C code in one packaging test comply with ISO C (#10359).Éric Araujo2011-10-081-2/+2
* Fix return code of “pysetup run COMMAND” (closes #12222)Éric Araujo2011-10-061-14/+16
* Minor: improve one test name, address pyflakes warningsÉric Araujo2011-10-061-6/+4
* Add test that was promised in a comment but not actually writtenÉric Araujo2011-10-061-2/+7
* Fix incorrect test.Éric Araujo2011-10-061-2/+3
* Change one name in packaging’s test_uninstall to avoid confusion.Éric Araujo2011-10-061-12/+12
* Cosmetic fixes for whitespace and a regex in packaging.Éric Araujo2011-10-041-4/+4
* Add tests for comparing candidate and final versions in packaging (#11841).Éric Araujo2011-10-041-0/+12
* Squash last tempdir leak in packaging tests.Éric Araujo2011-09-191-0/+2
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-195-13/+12
* Branch mergeÉric Araujo2011-09-186-33/+7
|\
| * Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-176-33/+7
* | Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-1815-119/+97
* | Fix fallback base class when tests run without threadingÉric Araujo2011-09-181-1/+1
* | Issue #12765: Fix packaging.test.test_database failures on OS X dueNed Deily2011-09-151-0/+1
|/
* Fix packaging.database.Distribution.list_distinfo_files (#12785).Éric Araujo2011-09-151-22/+24
* Remove unneeded --all option of “pysetup list”.Éric Araujo2011-09-121-0/+1
* Fix determination of Metadata version in packaging (#8933).Éric Araujo2011-09-101-1/+14
* Consolidate tests for packaging.metadata.Éric Araujo2011-09-103-349/+321
* Issue #9561: packaging now writes egg-info files using UTF-8Victor Stinner2011-09-051-2/+2
* Minor: tweak docstrings and __all__ in packaging.tests.supportÉric Araujo2011-09-011-13/+27
* Minor improvement to extensions in setup.cfg: check parent packageÉric Araujo2011-09-011-2/+29