summaryrefslogtreecommitdiff
path: root/src/distutils2/tests/test_test.py
Commit message (Expand)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-198/+0
* one more tiny improvement for test_testKonrad Delong2010-08-151-1/+1
* more test_test refactoringKonrad Delong2010-08-151-39/+37
* docstring for safely_replaceKonrad Delong2010-08-151-0/+4
* refactored test_test to make more use of addCleanupKonrad Delong2010-08-151-24/+22
* reworked test_test to use more mocking and less subprocess :)Konrad Delong2010-08-151-36/+57
* removed unused mixinKonrad Delong2010-08-151-2/+1
* changed warning to user announcementKonrad Delong2010-08-151-5/+6
* even better warnings testKonrad Delong2010-08-151-15/+6
* better way for testing for warningsKonrad Delong2010-08-151-7/+13
* tests-require moved to be an option of test commandKonrad Delong2010-08-141-2/+1
* removed leftover codeKonrad Delong2010-08-141-10/+0
* added a fall-through to a default unittest2 test discoveryKonrad Delong2010-08-141-0/+66
* oh noez! whitespace!Konrad Delong2010-08-131-2/+2
* dropped test_loader and added test_runner, renamed test_suiteKonrad Delong2010-08-131-7/+23
* made the test_test pass again + added test boilerplateKonrad Delong2010-08-121-0/+3
* rearranged importsKonrad Delong2010-08-121-2/+6
* emitting warnings instead of installing distributions from optionKonrad Delong2010-07-271-2/+14
* fdrake's suggested improvements implementedKonrad Delong2010-07-271-11/+11
* removed unnecessary testKonrad Delong2010-07-271-3/+0
* test loader with dotted syntax now workingKonrad Delong2010-07-271-1/+3
* roadmapKonrad Delong2010-07-271-1/+7
* refactored test command tests and added another functional testKonrad Delong2010-07-271-54/+51
* switched back to "the right way" of setting test_suiteKonrad Delong2010-07-271-1/+6
* added an alias to dist.pyKonrad Delong2010-07-271-1/+11
* broken test_suite option passingKonrad Delong2010-07-271-1/+1
* basic functional test for the test commandKonrad Delong2010-07-271-0/+73