index
:
delta/python-packages/testresources-git.git
add-resource-manager-id
fix-lp-1643358
master
skip-flaky-testBasicSortTests
github.com: testing-cabal/testresources.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
testresources
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release 0.2.6 and add Python3.2 compat.
0.2.6
Robert Collins
2013-01-20
3
-3
/
+6
*
* super() is now called from ResourcedTestCase fixing a long standing issue
Robert Collins
2011-05-05
2
-4
/
+32
|
\
|
*
fix usage of super() and get tests passing
tim.cole@canonical.com
2011-05-03
2
-1
/
+39
|
*
use super in test cases
tim.cole@canonical.com
2011-05-03
2
-4
/
+4
|
/
*
* Added ``testresources.FixtureResource`` to wrap ``fixtures.Fixture``
Robert Collins
2010-11-15
1
-0
/
+20
*
Relicenced to BSD / Apache2.0 with full agreement of contributors.
Robert Collins
2010-02-27
6
-89
/
+72
*
Use a travelling salesman heuristic to sort tests, accepting up to twice the ...
Robert Collins
2010-02-19
2
-6
/
+108
*
partition tests to perform resource ordering optimisation into strongly conne...
Robert Collins
2010-02-16
3
-0
/
+83
*
Make public reusable functions for setting up and tearing down resources of a...
Robert Collins
2010-01-11
1
-4
/
+8
|
\
|
*
Make public reusable functions for setting up and tearing down resources of a...
Robert Collins
2010-01-08
1
-4
/
+8
*
|
Implement an adapter for existing fixtures that honour a setUp/tearDown like ...
Robert Collins
2010-01-07
1
-0
/
+60
|
/
*
Fix OptimisingTestSuite.addTest when adding other OptimisingTestSuite instanc...
Robert Collins
2010-01-05
1
-0
/
+9
*
Fix build errors with recent testtools.
Robert Collins
2009-12-12
1
-1
/
+1
*
Really fix bug 284125 by using inspect to look up the TestResult being used a...
Robert Collins
2009-07-13
4
-13
/
+111
*
Merge support for trace_functions in TestResource.
Robert Collins
2009-07-07
1
-2
/
+16
|
\
|
*
Review feedback - make the trace happen around make and clean not just before...
Robert Collins
2009-06-18
1
-3
/
+7
|
*
Allow tracing of TestResource activity by passing a trace_function to TestRes...
Robert Collins
2009-06-17
1
-2
/
+12
*
|
Merge and simply James Henstridge's reset patch.
Robert Collins
2009-06-18
1
-4
/
+54
|
\
\
|
|
/
|
/
|
|
*
Update code to reset() resources if they have been used by a test.
James Henstridge
2009-01-24
2
-31
/
+66
|
*
Rename _resetResource() to reset() (explicitly documenting it as
James Henstridge
2009-01-20
1
-0
/
+35
*
|
A dirty or changed dependency of a resource makes the resource dirty too, fix...
Robert Collins
2009-06-17
1
-1
/
+48
*
|
Merge bug fix for lp:271257
Robert Collins
2009-06-17
2
-9
/
+53
|
\
\
|
*
|
Merge in James's patch and apply a fix.
Jonathan Lange
2008-11-02
2
-5
/
+49
*
|
|
Merge adsorbSuite->addTests rename.
Robert Collins
2009-06-17
1
-11
/
+46
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
testtools not pyunit3k
Jonathan Lange
2008-10-04
4
-15
/
+15
|
|
\
|
*
|
Add another test to satisfy my paranoia.
Jonathan Lange
2008-09-13
1
-7
/
+24
|
*
|
Rename adsorbSuite to addTest in the tests.
Jonathan Lange
2008-09-13
1
-14
/
+14
|
*
|
Make adsorbSuite preserve some of the test suite hierarchy.
Jonathan Lange
2008-09-13
1
-3
/
+21
*
|
|
Make OptimisingTestSuite release resources before running non-resourced
James Henstridge
2008-12-05
1
-2
/
+24
*
|
|
Grouping of tests includes dependent tests.
Robert Collins
2008-12-05
1
-0
/
+56
*
|
|
Implement non-optimising resource dependencies/cascading by extending the Tes...
Robert Collins
2008-12-05
3
-5
/
+59
*
|
|
Use _getGraph() to calculate the resource switching costs again. This
James Henstridge
2008-12-03
1
-19
/
+13
*
|
|
Put the test splitting code into split_by_resources(), and update the
James Henstridge
2008-12-03
1
-14
/
+28
*
|
|
Test all permutations in testSortIsStableWithinGroups.
James Henstridge
2008-12-03
1
-11
/
+8
*
|
|
Rather than sorting the entire list of tests, sort groups of tests that
James Henstridge
2008-12-02
1
-9
/
+31
*
|
|
Really stomp on sort optimisation ordering. Will be slow with huge test numbe...
Robert Collins
2008-12-02
1
-40
/
+104
*
|
|
Apply patch from James Henstridge to fix test failures.
Robert Collins
2008-12-02
1
-7
/
+7
*
|
|
Correctly determine least-cost overall setup and teardown. (Robert Collins)
Robert Collins
2008-11-18
1
-12
/
+46
|
|
/
|
/
|
*
|
Use testtools not pyunit3k.
Jonathan Lange
2008-10-04
4
-15
/
+15
|
/
*
Rollback rename of adsorbSuite.
Jonathan Lange
2008-09-13
1
-9
/
+9
*
Move test_suite definitions to the top of test files, because lifeless
Jonathan Lange
2008-09-08
4
-25
/
+25
*
Add a test to confirm that sortTests is called.
Jonathan Lange
2008-09-07
1
-0
/
+11
*
80 cols
Jonathan Lange
2008-09-07
1
-4
/
+8
*
Vertical whitespace.
Jonathan Lange
2008-09-07
1
-1
/
+1
*
Rename makeResource and cleanResource to make and clean.
Jonathan Lange
2008-09-07
3
-6
/
+6
*
Rename OptimizingTestSuite back to OptimisingTestSuite.
Jonathan Lange
2008-09-07
3
-25
/
+26
*
Move cost_of_switching and switch back into OptimizingTestSuite.
Jonathan Lange
2008-08-28
1
-21
/
+28
*
Rename flatAddTest to addTestFlat.
Jonathan Lange
2008-08-28
1
-4
/
+4
*
Move more stuff out of OptimizingTestSuite. This time its the logic to
Jonathan Lange
2008-08-17
1
-10
/
+0
*
SampleTestResource wasn't adding anything.
Jonathan Lange
2008-08-17
3
-43
/
+4
[next]