index
:
delta/python-packages/testrepository.git
trunk
launchpad.net: Obsolete (use python-packages/testrepository-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testrepository
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the newfangled test discovery feature.
Robert Collins
2015-07-16
6
-88
/
+8
*
Closes #1409936: Wrong exception on read errors.
Robert Collins
2015-07-13
1
-0
/
+8
*
Fix 3.3+ tests with nested classnames.
Robert Collins
2015-07-12
1
-1
/
+1
*
Migrate to pbr for build management
Monty Taylor
2015-07-12
1
-3
/
+3
*
Fixup tests with latest testtools.
Robert Collins
2015-03-10
1
-4
/
+10
*
Fix 0 timestamps for enumerated but not run tests.
Robert Collins
2014-08-25
1
-5
/
+27
*
Move to subunit v2 for output of stored streams.
Robert Collins
2014-08-24
3
-18
/
+139
*
Make sure output_stream can handle non-utf8 bytes
Robert Collins
2014-08-24
3
-14
/
+31
*
Fix python3 filtering support.
Clark Boylan
2014-05-19
1
-0
/
+11
*
* ``run`` was outputting bad MIME types - test/plain, not text/plain.
Robert Collins
2014-02-11
1
-1
/
+1
*
* ``run`` now accepts ``--isolated`` as a parameter, which will cause each
Robert Collins
2013-11-04
1
-0
/
+29
*
* ``capture_ids`` in test_run now returns a list of captures, permitting tests
Robert Collins
2013-11-04
1
-14
/
+15
*
* When test listing fails, testr will now report an error rather than
Robert Collins
2013-07-17
1
-0
/
+9
*
* A new testr.conf option ``group_regex`` can be used for grouping
Robert Collins
2013-07-16
1
-0
/
+10
|
\
|
*
Add group_regex option to .testr.conf to leverage use of group_regex
Matthew Treinish
2013-07-09
1
-0
/
+9
*
|
* The scheduler can now groups tests together permitting co-dependent tests to
Robert Collins
2013-07-16
1
-0
/
+40
|
\
\
|
|
/
|
*
Add group regex scheduling hint to the test partitioner
Matthew Treinish
2013-07-08
1
-0
/
+31
*
|
Make an assertion format check more lenient, for Python 3.3.
Robert Collins
2013-07-13
1
-1
/
+1
*
|
Fix an erroneous unicode to bytes comparison.
Robert Collins
2013-07-13
1
-1
/
+2
*
|
Remove unneeded test setup.
Robert Collins
2013-05-19
1
-1
/
+0
*
|
Teach load how to cause a failure in response to stdin.
Robert Collins
2013-04-20
1
-0
/
+13
|
/
*
Only return streams from CLI._iter_stream if the type matches the first type ...
Robert Collins
2013-04-14
1
-0
/
+15
*
Consolidate on the StreamResult API for make_results' return values.
Robert Collins
2013-04-11
4
-24
/
+13
*
Cleanup crufty imports.
Robert Collins
2013-04-10
1
-11
/
+2
*
Drop unused class TestResultFilter.
Robert Collins
2013-04-10
1
-55
/
+0
*
Drop the ExtendedToStream wrapping around UI.make_result.
Robert Collins
2013-04-10
1
-1
/
+1
*
Move tag based test filtering into the UI: many test things won't be filtered...
Robert Collins
2013-04-10
6
-92
/
+38
*
Add test for --subunit support - the UI was previously only loosely tested.
Robert Collins
2013-04-08
1
-2
/
+14
*
Change get_test() APIs to return StreamResult rather than TestResult emitting...
Robert Collins
2013-04-01
3
-22
/
+27
*
Migrate to new streamresult concurrent test suite API.
Robert Collins
2013-03-22
1
-14
/
+0
*
Split out event forwarding and summarising roles for make_result.
Robert Collins
2013-03-16
2
-8
/
+10
*
Move internal get_inserter to be StreamResult based.
Robert Collins
2013-03-16
8
-144
/
+112
*
Cleanup the switch to using inserter state.
Robert Collins
2013-03-15
1
-0
/
+1
*
Fix test_cli for python 2.x
Robert Collins
2013-03-15
1
-1
/
+1
*
Start getting streamresult into the innards.
Robert Collins
2013-03-15
3
-60
/
+38
*
* Expects subunit v2 if the local library has v2 support in the subunit
Robert Collins
2013-03-10
5
-31
/
+181
*
0.0.14
Robert Collins
2013-02-08
16
-140
/
+156
*
Refactor, making the test run case also spin up in advance.
Robert Collins
2012-12-20
1
-0
/
+2
*
Support creating test execution environments at runtime.
Robert Collins
2012-12-20
1
-1
/
+44
*
Implement test listing and execution with test execution instances.
Robert Collins
2012-12-19
1
-1
/
+90
*
Revert out a test tweak, and add test for behaviour without per-instance exec...
Robert Collins
2012-12-19
1
-2
/
+15
*
Actually implement instance disposal.
Robert Collins
2012-12-19
1
-1
/
+38
*
Enforce setUp before get_run_command.
Robert Collins
2012-12-19
1
-1
/
+1
*
* TestCommand is now a fixture. This is used to ensure cached test instances
Robert Collins
2012-12-19
1
-0
/
+5
*
* It's now possible to configure ``test_run_concurrency`` in ``.testr.conf``
Robert Collins
2012-12-19
1
-4
/
+38
*
Make failing --subunit always output 0 and document process exit codes for la...
Robert Collins
2012-12-06
1
-1
/
+1
*
* ``testr last`` now supports ``--subunit`` and when passed will output
Robert Collins
2012-12-06
1
-16
/
+45
*
* ``test failing --subunit`` now exits 0 if there are no failing tests.
Robert Collins
2012-12-06
1
-1
/
+20
*
* ``testr run --until-failure`` will repeat a test run until interrupted by
Robert Collins
2012-12-06
1
-0
/
+29
*
* ``testr run --failing`` will no longer run any tests at all if there are
Robert Collins
2012-12-06
1
-10
/
+21
[next]