summaryrefslogtreecommitdiff
path: root/src/distutils2/command/test.py
Commit message (Collapse)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-75/+0
|
* Bow to the will of pep8 and pyflakes?ric Araujo2010-08-201-7/+10
|
* Logging touchups.?ric Araujo2010-08-201-2/+5
| | | | | | - Make logging messages lower-case (there are still modules to fix); - tweak wording a bit; - use lazy formatting in logging calls.
* Post-merge touchups?ric Araujo2010-08-201-1/+2
|
* changes chdir to sys.path manipulationKonrad Delong2010-08-151-8/+6
|
* changed warning to user announcementKonrad Delong2010-08-151-4/+2
|
* test options casingKonrad Delong2010-08-151-3/+3
|
* ordering / code layoutKonrad Delong2010-08-151-3/+8
|
* tests-require moved to be an option of test commandKonrad Delong2010-08-141-5/+7
|
* added a fall-through to a default unittest2 test discoveryKonrad Delong2010-08-141-4/+19
|
* oh noez! whitespace!Konrad Delong2010-08-131-3/+3
|
* dropped test_loader and added test_runner, renamed test_suiteKonrad Delong2010-08-131-15/+17
|
* changed semantics of test_suite to actually mean test_suiteKonrad Delong2010-08-131-7/+8
|
* made the test_test pass again + added test boilerplateKonrad Delong2010-08-121-3/+4
|
* refactorKonrad Delong2010-08-121-5/+5
|
* removed vertical alignKonrad Delong2010-08-121-1/+1
|
* test command uses resolve_dotted_name, desctiption added, _backport.any fix, ↵Konrad Delong2010-08-121-22/+3
| | | | added test to commands.__all__
* emitting warnings instead of installing distributions from optionKonrad Delong2010-07-271-0/+7
|
* test loader with dotted syntax now workingKonrad Delong2010-07-271-4/+33
|
* refactored test command tests and added another functional testKonrad Delong2010-07-271-9/+8
|
* switched back to "the right way" of setting test_suiteKonrad Delong2010-07-271-1/+1
|
* added an alias to dist.pyKonrad Delong2010-07-271-1/+1
|
* basic functional test for the test commandKonrad Delong2010-07-271-0/+30