aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a note on D-Bus and HTML output.Michał Górny2011-08-091-0/+28
|
* Portage: disable unmerge delays.Michał Górny2011-08-081-0/+1
|
* dohard: check whether hardlink was preserved after merge.Michał Górny2011-08-081-1/+18
|
* Fix INHERITED varname (in output).Michał Górny2011-08-071-1/+1
|
* Metadata inheritance checks: be more clean which val comes from eclass.Michał Górny2011-08-071-5/+5
|
* Improve banned command tests not to show output when irrelevant.Michał Górny2011-08-071-20/+36
| | | | | If the test didn't pass any output and it was completely expected, there's no reason to show undefined '?'.
* Fix random.choice() failure.Michał Górny2011-08-061-1/+1
|
* Support 'None' as actual assertion result.Michał Górny2011-08-061-4/+10
|
* Banned commands: cleanly handle undefined & unexpected results.Michał Górny2011-08-061-6/+18
|
* Support passing 'undefined' to assertions.Michał Górny2011-08-061-12/+28
|
* Support undefined in CLI output backend too.Michał Górny2011-08-063-4/+11
|
* Clearly distinguish undefined results.Michał Górny2011-08-061-5/+22
|
* Support running tests in undefined-behavior EAPIs.Michał Górny2011-08-063-6/+20
|
* Introduce the concept of undefined behavior assertions.Michał Górny2011-08-062-4/+14
|
* Introduce the concept of EAPI groups rather than relevant+supported.Michał Górny2011-08-069-35/+32
| | | | | Now we group EAPIs by common behavior, so that test runner could simply choose a single random EAPI from each group.
* Mark not reached assertions as 'unknown'.Michał Górny2011-08-061-0/+11
| | | | Rather than rowspanning them.
* dohard & dosed: fix with no D-Bus results.Michał Górny2011-08-061-2/+4
|
* Add additional checks for dohard & dosed.Michał Górny2011-08-061-5/+22
|
* Fix clearing D-Bus output if exception is raised.Michał Górny2011-08-051-6/+8
|
* Reset D-Bus results in all kinds of test cases.Michał Górny2011-08-051-0/+2
|
* Sort test results by EAPI.Michał Górny2011-08-051-2/+2
|
* Fix remaining PM variables.Michał Górny2011-08-051-4/+8
|
* Fix the IUSE inheritance test.Michał Górny2011-08-051-1/+1
|
* Clear D-Bus result buffers when checking results.Michał Górny2011-08-051-2/+9
|
* Fix HTML table misalignment.Michał Górny2011-08-051-5/+5
|
* Add the HTML output module.Michał Górny2011-08-052-1/+184
|
* Portage: quieter unmerge, always remove build dir.Michał Górny2011-08-051-1/+2
|
* Support --output-file arg.Michał Górny2011-08-052-1/+6
|
* Pass all test results to the output module.Michał Górny2011-08-053-19/+21
|
* Support getting test results using multiple PMs.Michał Górny2011-08-051-5/+7
|
* Introduce a dedicated TestResult object.Michał Górny2011-08-054-13/+68
| | | | | This way, we keep the boolean test result & assertions in the same, clean place.
* Support running tests using multiple PMs.Michał Górny2011-08-051-14/+24
|
* Print operation stages using a common function.Michał Górny2011-08-051-4/+7
|
* Keep PM lists separate.Michał Górny2011-08-054-2/+16
|
* Preserve PM order.Michał Górny2011-08-051-2/+3
|
* Move test preparation into .prepare().Michał Górny2011-08-051-9/+11
|
* Support doing the Manifests with multiple PMs.Michał Górny2011-08-051-4/+17
|
* Store whether PM requires Manifests.Michał Górny2011-08-054-1/+13
|
* Support use multiple --package-manager and --pm-options args.Michał Górny2011-08-051-11/+36
|
* Support switchable output modules.Michał Górny2011-08-054-15/+84
|
* Store test results in a dict instead of main+failed lists.Michał Górny2011-08-051-11/+12
|
* Fix test list.Michał Górny2011-08-051-2/+2
|
* Add tests for banned commands (dohard, dosed).Michał Górny2011-08-052-8/+44
|
* Bump PV to 0.0.3.pms-test-suite-0.0.3Michał Górny2011-08-031-1/+1
|
* Commonize out some of dependency test case code.Michał Górny2011-08-031-58/+48
|
* Drop bool return in check_results() backwards compat.Michał Górny2011-08-034-27/+16
|
* Print [.EF] when checking test results, alike unittests.Michał Górny2011-08-031-1/+9
|
* Use print() function explicitly.Michał Górny2011-08-031-2/+4
|
* Whitespace.Michał Górny2011-08-031-3/+3
|
* Force config reload after merges in all PMs.Michał Górny2011-08-032-5/+2
|