summaryrefslogtreecommitdiff
path: root/testrepository/repository
Commit message (Expand)AuthorAgeFilesLines
* 0.0.170.0.17Robert Collins2013-07-171-1/+3
* Make failure order stable from memory repository for testing.Robert Collins2013-07-131-2/+3
* Change get_test() APIs to return StreamResult rather than TestResult emitting...Robert Collins2013-04-013-24/+44
* Move internal get_inserter to be StreamResult based.Robert Collins2013-03-163-117/+78
* Cleanup the switch to using inserter state.Robert Collins2013-03-151-0/+7
* Change run_id to be read from the object rather than a local binding.Robert Collins2013-03-151-0/+1
* Start getting streamresult into the innards.Robert Collins2013-03-151-1/+3
* 0.0.14Robert Collins2013-02-082-21/+22
* * Fix another incompatability with Mac OS X - gdbm dbm modules don't supportRobert Collins2012-12-291-1/+5
* Workaround Apple's OSX Python having a brain -damanged bsddb module.Robert Collins2012-12-181-1/+5
* * ``testr run`` will now fail a test run if the test process exits non-zero.Robert Collins2012-10-221-4/+12
* IMPROVEMENTSRobert Collins2012-09-192-2/+8
* * stream loading will now synthesise datestamps before demultiplexing ratherRobert Collins2012-09-101-4/+4
* Another case of the DBM API breakage in Python2.7 fixed.Robert Collins2012-04-301-0/+2
* Show a delta between the last run and the run before it on 'testr load',Jonathan Lange2011-11-173-12/+45
|\
| * Memory repository wasn't including time, which made it really confusing toJonathan Lange2011-11-031-4/+13
| * Convenience for getting the last run.Jonathan Lange2011-11-021-0/+7
| * Add get_id to TestRun interface.Jonathan Lange2011-11-023-4/+23
| * Extract timedelta_to_seconds helper.Jonathan Lange2011-11-021-4/+2
* | Add a 'slowest' command that shows the slowest tests from the latest run.Jonathan Lange2011-11-041-0/+32
|\ \ | |/ |/|
| * Merge jml's fix for integer times.James Westby2011-10-311-1/+1
| |\
| * | Push the implementation of gathering test ids in to the repo.James Westby2011-10-311-0/+32
| * | First steps to having a "slowest" command.James Westby2011-10-311-1/+1
* | | Fix a NameError in memory.pyJonathan Lange2011-11-011-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix up addUnexpectedSuccess.Jelmer Vernooij2011-08-041-2/+2
| |/
* | Memory repository was only storing integer time. Make it store the actual givenJonathan Lange2011-10-311-1/+1
|/
* * Python2.7 changed the interface for DBM.update, this has been worked around.Robert Collins2011-05-021-1/+6
* Merge most of Martin's win32 work, tweaked, and with the variable substition ...Robert Collins2010-12-271-7/+14
|\
| * Merge trunk to resolve conflictMartin2010-12-233-18/+123
| |\
| * | Some workarounds for Python 2.4 and windows issuesMartin2010-12-051-6/+11
* | | Add repository backend for samba buildfarm.Jelmer Vernooij2010-12-201-0/+87
| |/ |/|
* | Use test timing data to allocate test partitions in --parallel.Robert Collins2010-12-201-1/+1
* | The ``testrepository.repository.Repository`` interface now tracks test timesRobert Collins2010-12-143-3/+101
* | * ``testr load`` and ``testr run`` now have a flag ``--partial``. When setRobert Collins2010-12-073-15/+22
|/
* Unlink temporary failing files if the update of failing is interrupted.Robert Collins2010-11-291-4/+15
* * Updates to next-stream are done via a temporary file to reduce the chanceRobert Collins2010-11-291-1/+7
* Nicer error message when reading next-stream fails.Robert Collins2010-11-291-1/+5
* Merge the repository errror improving component of Jonathings implicit-init b...Robert Collins2010-09-123-4/+27
|\
| * Interface documentation. Because I care.Jonathan Lange2010-08-031-1/+4
| * Create a RepositoryNotFound exception and raise it when we cannot openJonathan Lange2010-08-033-2/+21
* | Expand tilde when initializing and opening file repositories.Jonathan Lange2010-08-031-2/+2
|/
* Fix last on a new repository.Robert Collins2010-02-082-2/+8
* Make failing track just failures properly.Robert Collins2010-02-073-3/+96
* Create an API for getting at inserted runs.Robert Collins2010-01-103-9/+82
* Add repo.latest_id().Robert Collins2010-01-102-3/+12
* Preserve timing data from loaded tests.Robert Collins2010-01-083-3/+15
* Show skip counts too.Robert Collins2010-01-061-1/+1
* Add a test that load -q doesn't output anything.Robert Collins2010-01-051-1/+1
* Make stopTestRun return a db reference.Robert Collins2009-12-282-1/+4
* Create an explicit RepositoryFactory concept, a load command and implement op...Robert Collins2009-12-273-30/+64