Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump PV to 0.0.4.pms-test-suite-0.0.4 | 2011-08-09 | 1 | -1/+1 | |
| | |||||
* | Add a note on D-Bus and HTML output. | 2011-08-09 | 1 | -0/+28 | |
| | |||||
* | Portage: disable unmerge delays. | 2011-08-08 | 1 | -0/+1 | |
| | |||||
* | dohard: check whether hardlink was preserved after merge. | 2011-08-08 | 1 | -1/+18 | |
| | |||||
* | Fix INHERITED varname (in output). | 2011-08-07 | 1 | -1/+1 | |
| | |||||
* | Metadata inheritance checks: be more clean which val comes from eclass. | 2011-08-07 | 1 | -5/+5 | |
| | |||||
* | Improve banned command tests not to show output when irrelevant. | 2011-08-07 | 1 | -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. | 2011-08-06 | 1 | -1/+1 | |
| | |||||
* | Support 'None' as actual assertion result. | 2011-08-06 | 1 | -4/+10 | |
| | |||||
* | Banned commands: cleanly handle undefined & unexpected results. | 2011-08-06 | 1 | -6/+18 | |
| | |||||
* | Support passing 'undefined' to assertions. | 2011-08-06 | 1 | -12/+28 | |
| | |||||
* | Support undefined in CLI output backend too. | 2011-08-06 | 3 | -4/+11 | |
| | |||||
* | Clearly distinguish undefined results. | 2011-08-06 | 1 | -5/+22 | |
| | |||||
* | Support running tests in undefined-behavior EAPIs. | 2011-08-06 | 3 | -6/+20 | |
| | |||||
* | Introduce the concept of undefined behavior assertions. | 2011-08-06 | 2 | -4/+14 | |
| | |||||
* | Introduce the concept of EAPI groups rather than relevant+supported. | 2011-08-06 | 9 | -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'. | 2011-08-06 | 1 | -0/+11 | |
| | | | | Rather than rowspanning them. | ||||
* | dohard & dosed: fix with no D-Bus results. | 2011-08-06 | 1 | -2/+4 | |
| | |||||
* | Add additional checks for dohard & dosed. | 2011-08-06 | 1 | -5/+22 | |
| | |||||
* | Fix clearing D-Bus output if exception is raised. | 2011-08-05 | 1 | -6/+8 | |
| | |||||
* | Reset D-Bus results in all kinds of test cases. | 2011-08-05 | 1 | -0/+2 | |
| | |||||
* | Sort test results by EAPI. | 2011-08-05 | 1 | -2/+2 | |
| | |||||
* | Fix remaining PM variables. | 2011-08-05 | 1 | -4/+8 | |
| | |||||
* | Fix the IUSE inheritance test. | 2011-08-05 | 1 | -1/+1 | |
| | |||||
* | Clear D-Bus result buffers when checking results. | 2011-08-05 | 1 | -2/+9 | |
| | |||||
* | Fix HTML table misalignment. | 2011-08-05 | 1 | -5/+5 | |
| | |||||
* | Add the HTML output module. | 2011-08-05 | 2 | -1/+184 | |
| | |||||
* | Portage: quieter unmerge, always remove build dir. | 2011-08-05 | 1 | -1/+2 | |
| | |||||
* | Support --output-file arg. | 2011-08-05 | 2 | -1/+6 | |
| | |||||
* | Pass all test results to the output module. | 2011-08-05 | 3 | -19/+21 | |
| | |||||
* | Support getting test results using multiple PMs. | 2011-08-05 | 1 | -5/+7 | |
| | |||||
* | Introduce a dedicated TestResult object. | 2011-08-05 | 4 | -13/+68 | |
| | | | | | This way, we keep the boolean test result & assertions in the same, clean place. | ||||
* | Support running tests using multiple PMs. | 2011-08-05 | 1 | -14/+24 | |
| | |||||
* | Print operation stages using a common function. | 2011-08-05 | 1 | -4/+7 | |
| | |||||
* | Keep PM lists separate. | 2011-08-05 | 4 | -2/+16 | |
| | |||||
* | Preserve PM order. | 2011-08-05 | 1 | -2/+3 | |
| | |||||
* | Move test preparation into .prepare(). | 2011-08-05 | 1 | -9/+11 | |
| | |||||
* | Support doing the Manifests with multiple PMs. | 2011-08-05 | 1 | -4/+17 | |
| | |||||
* | Store whether PM requires Manifests. | 2011-08-05 | 4 | -1/+13 | |
| | |||||
* | Support use multiple --package-manager and --pm-options args. | 2011-08-05 | 1 | -11/+36 | |
| | |||||
* | Support switchable output modules. | 2011-08-05 | 4 | -15/+84 | |
| | |||||
* | Store test results in a dict instead of main+failed lists. | 2011-08-05 | 1 | -11/+12 | |
| | |||||
* | Fix test list. | 2011-08-05 | 1 | -2/+2 | |
| | |||||
* | Add tests for banned commands (dohard, dosed). | 2011-08-05 | 2 | -8/+44 | |
| | |||||
* | Bump PV to 0.0.3.pms-test-suite-0.0.3 | 2011-08-03 | 1 | -1/+1 | |
| | |||||
* | Commonize out some of dependency test case code. | 2011-08-03 | 1 | -58/+48 | |
| | |||||
* | Drop bool return in check_results() backwards compat. | 2011-08-03 | 4 | -27/+16 | |
| | |||||
* | Print [.EF] when checking test results, alike unittests. | 2011-08-03 | 1 | -1/+9 | |
| | |||||
* | Use print() function explicitly. | 2011-08-03 | 1 | -2/+4 | |
| | |||||
* | Whitespace. | 2011-08-03 | 1 | -3/+3 | |
| |