summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix textutils testAdrien Di Mascio2007-06-051-2/+1
* do not leak internal rsh reportsNicolas Chauvat2007-05-151-64/+3
* added 2 methods to Node (tree.py): depth_down() (name could be bettern, thoug...David Douard2007-05-041-1/+16
* pytest / coverage work in progressAdrien Di Mascio2007-04-201-0/+2
* use shutil.move instead of os.rename as default action of shellutils.mvSylvain2007-04-051-2/+0
* pytest can skip testsAdrien Di Mascio2007-04-041-0/+32
* improved output capture in testlibadim2007-03-151-1/+4
* this should prevent test failures in test environmentAdrien Di Mascio2007-03-091-1/+1
* date.py / unittest_date.py reorganizationAdrien Di Mascio2007-03-091-6/+7
* be quiet during test executions (assertListEquals actually prints stuff when ...Adrien Di Mascio2007-03-081-0/+2
* oops, of course, i meant crater, not lepusAdrien Di Mascio2007-03-071-1/+1
* those files are deprecatedAdrien Di Mascio2007-03-072-19/+0
* mergeSylvain2007-03-072-2/+9
|\
| * database connection tests should only be run on craterAdrien Di Mascio2007-03-071-1/+5
| * allow explicit doctest skip declarationAdrien Di Mascio2007-03-071-1/+4
* | fix test so that it won't fail if ran from the parent directorySylvain2007-03-071-8/+8
|/
* fix test collection bug when TestCase has its own metclassAdrien Di Mascio2007-03-061-1/+19
* test fixesSylvain2007-02-051-6/+6
* fix MySQL tests and behaviour when host is NoneAdrien Di Mascio2007-01-151-1/+1
* mergeSylvain2007-01-101-4/+72
|\
| * fix rest normalization to avoid data lossSylvain2007-01-101-4/+72
* | skip tests if mx.DateTime is not installedNicolas Chauvat2007-01-061-1/+8
|/
* textutils: new 'rest' argument to normalize_text to better deal withSylvain2006-12-111-0/+16
* flatten testswqAlexandre Fayolle2006-12-051-0/+15
* new shellutils function + cleanupSylvain2006-11-102-41/+48
* reorganize, deprecation warning for deprecated stuff, remove old deprecated f...Sylvain2006-11-083-11/+1
* apycot fixesSylvain2006-10-251-0/+1
* basic deprecated config handling supportSylvain2006-10-202-1/+46
* include none values into generated config fileSylvain2006-10-031-0/+2
* * fixed bug in textutils.normalise_[text|paragraph] with unsplitableSylvain2006-10-021-0/+10
* 2.5 test fixSylvain2006-09-232-3/+18
* fix test to avoid side effect on textutils test when executed by runtests.pySylvain2006-09-231-9/+8
* py 2.3 test fixSylvain2006-09-211-0/+1
* added test for MethodSylvain2006-09-201-13/+18
* fix since more files in data/Sylvain2006-09-201-0/+2
* * db:Sylvain2006-09-191-1/+19
* added unittests for umessage module (backport from maboa)Adrien Di Mascio2006-09-063-0/+105
* define common.date.endOfMonth to make it easier to count monthsNicolas Chauvat2006-08-151-5/+3
* fixed port handling and testsAdrien Di Mascio2006-08-111-3/+2
* unittest_main import missingAdrien Di Mascio2006-08-111-1/+1
* added test for pre-evaluated sys.stdoutAdrien Di Mascio2006-08-111-1/+16
* added capture abilityAdrien Di Mascio2006-08-102-2/+65
* avoid infinite recursion in XXXMixIn.load_defaults() by renaming OptionsManan...Adrien Di Mascio2006-08-091-1/+25
* added create_files() helper in testlibAdrien Di Mascio2006-08-091-2/+32
* * new "password" option type in optik_extSylvain2006-07-111-1/+1
* use testlib everywhereAdrien Di Mascio2006-07-0612-111/+64
* fixed bug in error (not failure) handling and exitfirst + added testsAdrien Di Mascio2006-07-042-7/+33
* added common.date.date_rangeNicolas Chauvat2006-06-231-0/+34
* bugfixNicolas Chauvat2006-06-231-1/+1
* adds any/all builtinsAdrien Di Mascio2006-06-201-5/+42