summaryrefslogtreecommitdiff
path: root/testrepository/repository/file.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a ResourceWarning warningsVictor Stinner2016-12-071-7/+9
* Closes #1409936: Wrong exception on read errors.Robert Collins2015-07-131-0/+1
* Fix 0 timestamps for enumerated but not run tests.Robert Collins2014-08-251-1/+1
* Move to subunit v2 for output of stored streams.Robert Collins2014-08-241-3/+16
* Change get_test() APIs to return StreamResult rather than TestResult emitting...Robert Collins2013-04-011-1/+12
* Move internal get_inserter to be StreamResult based.Robert Collins2013-03-161-38/+34
* 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
* 0.0.14Robert Collins2013-02-081-17/+18
* * 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
* IMPROVEMENTSRobert Collins2012-09-191-2/+6
* Another case of the DBM API breakage in Python2.7 fixed.Robert Collins2012-04-301-0/+2
* Add get_id to TestRun interface.Jonathan Lange2011-11-021-3/+7
* Extract timedelta_to_seconds helper.Jonathan Lange2011-11-021-4/+2
* * 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-231-11/+67
| |\ | |/ |/|
| * Some workarounds for Python 2.4 and windows issuesMartin2010-12-051-6/+11
* | 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-141-1/+55
* | * ``testr load`` and ``testr run`` now have a flag ``--partial``. When setRobert Collins2010-12-071-10/+12
|/
* 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-121-2/+9
|\
| * Create a RepositoryNotFound exception and raise it when we cannot openJonathan Lange2010-08-031-1/+7
* | Expand tilde when initializing and opening file repositories.Jonathan Lange2010-08-031-2/+2
|/
* Fix last on a new repository.Robert Collins2010-02-081-1/+4
* Make failing track just failures properly.Robert Collins2010-02-071-3/+55
* Create an API for getting at inserted runs.Robert Collins2010-01-101-0/+22
* Add repo.latest_id().Robert Collins2010-01-101-2/+8
* Preserve timing data from loaded tests.Robert Collins2010-01-081-1/+1
* Make stopTestRun return a db reference.Robert Collins2009-12-281-1/+3
* Create an explicit RepositoryFactory concept, a load command and implement op...Robert Collins2009-12-271-15/+27
* Python2.4 does not have NamedTemporaryFile...delete=False, so use mkstemp dir...Robert Collins2009-12-271-3/+3
* Basic repository can-store-runs.Robert Collins2009-12-261-3/+47
* Make repository initialisation a consistent interface on the Repository class.Robert Collins2009-12-241-17/+19
* Have initialise actually do something.Robert Collins2009-12-221-2/+24
* Start on the init command.Robert Collins2009-12-221-0/+26