summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Ditch Dijkstra for salesman, TINFLRobert Collins2008-12-023-179/+15
* | | | | Apply patch from James Henstridge to fix test failures.Robert Collins2008-12-022-11/+12
|/ / / /
* | | | Remove actioned TODO items.Robert Collins2008-11-182-16/+2
* | | | Correctly determine least-cost overall setup and teardown. (Robert Collins)Robert Collins2008-11-182-17/+60
* | | | Merge pyunit3k->testtools change, alpha sorting NEWS sections at the same time.Robert Collins2008-11-178-28/+42
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Just copy iterate_tests from testtools.Jonathan Lange2008-10-041-1/+12
| * | Update NEWS file.Jonathan Lange2008-10-041-2/+4
| * | Use testtools not pyunit3k.Jonathan Lange2008-10-047-19/+20
|/ /
* | Merge JML's overhaul-for-clarity.Robert Collins2008-09-3014-456/+974
|\ \ | |/
| * Remove unclear / crazy TODO item.Jonathan Lange2008-09-131-3/+0
| * Rollback rename of adsorbSuite.Jonathan Lange2008-09-135-20/+20
| * Forgot to remove this.Jonathan Lange2008-09-081-3/+0
| * Move test_suite definitions to the top of test files, because lifelessJonathan Lange2008-09-084-25/+25
| * Clarify TODO item that I found unclear.Jonathan Lange2008-09-081-5/+20
| * Add a test to confirm that sortTests is called.Jonathan Lange2008-09-071-0/+11
| * 80 colsJonathan Lange2008-09-071-4/+8
| * Vertical whitespace.Jonathan Lange2008-09-072-3/+1
| * Rename makeResource and cleanResource to make and clean.Jonathan Lange2008-09-077-22/+22
| * Add a sample test resource.Jonathan Lange2008-09-072-0/+33
| * Update OptimisingTestSuite documentation.Jonathan Lange2008-09-071-6/+8
| * Rename OptimizingTestSuite back to OptimisingTestSuite.Jonathan Lange2008-09-077-38/+36
| * Corrections and clarifications to NEWS file.Jonathan Lange2008-09-071-2/+11
| * Restore license text.Jonathan Lange2008-09-071-1/+15
| * Update NEWS.Jonathan Lange2008-08-281-0/+4
| * Move cost_of_switching and switch back into OptimizingTestSuite.Jonathan Lange2008-08-282-48/+56
| * Rename flatAddTest to addTestFlat.Jonathan Lange2008-08-283-7/+7
| * Add a NEWS file listing the changes.Jonathan Lange2008-08-281-0/+57
| * Forgot the whole naming thing.Jonathan Lange2008-08-171-0/+5
| * README formatting, spelling and some readability changes.Jonathan Lange2008-08-171-37/+54
| * Dependencies!Jonathan Lange2008-08-171-0/+9
| * README cleanups.Jonathan Lange2008-08-171-31/+17
| * Add a massive TODO file.Jonathan Lange2008-08-173-24/+78
| * Move more stuff out of OptimizingTestSuite. This time its the logic toJonathan Lange2008-08-172-21/+22
| * SampleTestResource wasn't adding anything.Jonathan Lange2008-08-174-43/+5
| * Put in a note about how wrong the calculation are.Jonathan Lange2008-08-172-1/+38
| * Make _getGraph take only tests with resources as a parameter.Jonathan Lange2008-08-172-20/+13
| * Extract the cost of switching logic into its own function.Jonathan Lange2008-08-172-3/+56
| * Test split_by_resources to death.Jonathan Lange2008-08-171-0/+48
| * More fun test cleanupsJonathan Lange2008-08-170-0/+0
| * More refactoringJonathan Lange2008-08-281-26/+22
| * Rename adsorbSuite to flatAddTest, add a bunch of tests for it.Jonathan Lange2008-08-172-10/+39
| * More refactoring.Jonathan Lange2008-08-171-15/+15
| * More factories, less class declarations.Jonathan Lange2008-08-171-20/+24
| * Explode some test cases again.Jonathan Lange2008-08-171-17/+29
| * Move more stuff into setUp.Jonathan Lange2008-08-171-22/+20
| * Refactor a little to take advantage of instance-based resources.Jonathan Lange2008-08-171-38/+38
| * Refactor things a bit, maybe too much.Jonathan Lange2008-08-171-9/+10
| * Handle getting a dirty resource. Add another test.Jonathan Lange2008-08-172-0/+31
| * Explode the rest of the TestResource tests, fixing one minor semantic bug.Jonathan Lange2008-08-172-42/+78
| * Move some basic state into the constructor.Jonathan Lange2008-08-172-5/+17