aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check whether PDEPs are merged before the ebuild.Michał Górny2011-08-131-0/+17
* Improve docs.Michał Górny2011-08-138-17/+120
* Bump PV to 0.0.5.pms-test-suite-0.0.5Michał Górny2011-08-131-1/+1
* Use relative imports in module loader.Michał Górny2011-08-121-5/+4
* Fix test test library to match self-tests.Michał Górny2011-08-121-1/+1
* Use relative imports in main modules.Michał Górny2011-08-1210-17/+17
* Use relative imports within the test library.Michał Górny2011-08-1213-16/+17
* HTML output: include PM version as well.Michał Górny2011-08-121-1/+1
* HTML output: let assertion prefixes rowspan.Michał Górny2011-08-121-2/+3
* HTML output: split assertion names into (prefix, realname).Michał Górny2011-08-121-23/+39
* FIXUP!Michał Górny2011-08-111-0/+8
* Get dependency asserts before package ones.Michał Górny2011-08-112-6/+24
* Prefix dep assertions and add them to assert list.Michał Górny2011-08-111-3/+42
* Support passing random args to EclassTestCase().Michał Górny2011-08-111-2/+2
* HTML: order tests by short name.Michał Górny2011-08-111-2/+3
* Use short test names in HTML output (instead of direct classes).Michał Górny2011-08-111-1/+1
* Store short test names.Michał Górny2011-08-112-14/+23
* Bump PV to 0.0.4.pms-test-suite-0.0.4Michał Górny2011-08-091-1/+1
* 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
* 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
* Mark not reached assertions as 'unknown'.Michał Górny2011-08-061-0/+11
* 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
* 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