summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix testAdrien Di Mascio2008-07-111-1/+4
* apycot needs an explicit main sectionAdrien Di Mascio2008-07-071-2/+4
* improve changelog testfilePierre-Yves David2008-07-031-1/+2
* basic sub messages managementPierre-Yves David2008-06-301-0/+7
* modify Changelog TestCase to hightlight a bugPierre-Yves David2008-06-301-0/+6
* mergePierre-Yves David2008-06-304-4/+113
|\
| * add test for testfile/testdir recognition functionpierre-yves david2008-06-301-0/+33
| * add test for ProgressBarpierre-yves david2008-06-291-1/+73
| * remove common path from test only if presentpierre-yves david2008-06-291-2/+5
| * fix test date when mx unavailablepierre-yves david2008-06-281-1/+2
* | add a with_tempdir decorator ensuring all temporary files and dirs are removedPierre-Yves David2008-06-271-0/+64
|/
* proper changelog formatingPierre-Yves David2008-06-272-0/+188
* correct modutils testPierre-Yves David2008-06-261-8/+23
* fixe empty dir issuePierre-Yves David2008-06-251-2/+16
* find test is now tested in a separate directoryPierre-Yves David2008-06-2516-10/+10
* add an assertDirEquals method for TestCasePierre-Yves David2008-06-2421-1/+292
* compat: adds a max function taking 'key' as keyword argumentPierre-Yves David2008-06-241-1/+37
* fix thread safety + del behaviourSylvain2008-06-231-2/+2
* add assertUnorderedIterableEqualsPierre-Yves David2008-06-231-16/+23
* add assertIsNot, assertNone and assertNotNone assertionPierre-Yves David2008-06-191-0/+14
* Fix an error and add a test casePierre-Yves David2008-06-111-1/+5
* add the apply_units functionPierre-Yves David2008-05-301-0/+59
* make 'assertTextEquals' method check that given parameter are stringsDavid Douard2008-05-161-0/+5
* mergeAlexandre Fayolle2008-05-071-24/+79
|\
| * updated and fix testsAdrien Di Mascio2008-05-071-24/+79
| * revert this patch: we're not ready for thatAdrien Di Mascio2008-05-051-27/+1
| * use pysqlite2 as the first choice rather than sqlite3Adrien Di Mascio2008-05-051-1/+27
* | small test refactoringAlexandre Fayolle2008-05-011-16/+21
* | Fix tests : we were comparing that None == None :-)Alexandre Fayolle2008-05-011-8/+16
|/
* cant do end before startArthur Lutz2008-03-061-0/+1
* more testsArthur Lutz2008-03-061-1/+4
* added counting of opendays between two datesArthur Lutz2008-03-061-3/+16
* fix -s optionAdrien Di Mascio2008-02-141-0/+12
* import changes from one of my local branch to be able to specify test names f...Adrien Di Mascio2008-02-077-13/+164
|\
| * little function that adds a number of days worked to a dateAdrien Di Mascio2008-01-311-2/+16
| * fix subinterface handlingAdrien Di Mascio2008-01-241-1/+10
| * textutils: fix a bug in normalize_[rest_]paragraph which may causeSylvain2008-01-101-0/+16
| * added datadir attribute / datapath(fname) method on TestCasesAdrien Di Mascio2008-01-081-1/+34
| * override assertRaises to return the exception raisedAdrien Di Mascio2008-01-042-1/+7
| * fix test w/ symbolic links environmentsSylvain2007-11-261-6/+6
| * fix db teststSylvain2007-10-291-3/+4
| * test and fixSylvain2007-09-281-2/+9
| * new extend functionSylvain2007-09-281-0/+54
| * backport changes to unormalize from gincoSylvain2007-09-281-0/+11
* | added InnerTest support to be able to name / select generative tests iterationAdrien Di Mascio2007-08-171-27/+52
|/
* 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