aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a simple test for exported phase functions.Michał Górny2012-06-202-0/+24
* Fix test code.Michał Górny2012-01-031-6/+3
* Fix inherits in test cases.Michał Górny2012-01-032-2/+2
* Remove old dbus_case API.Michał Górny2012-01-0313-101/+50
* Proceed with output checks even if test fails to merge.Michał Górny2012-01-031-5/+18
* Instantiate the D-Bus handler in CLI.Michał Górny2012-01-032-11/+12
* Introduce expect_started to fix D-Bus dependency cases.Michał Górny2012-01-022-1/+8
* Merge D-Bus into main case classes.Michał Górny2012-01-024-136/+86
* Integrate the D-Bus object with base D-Bus test case class.Michał Górny2012-01-022-23/+13
* Integrate D-Bus code into the main eclass.Michał Górny2012-01-028-62/+18
* Check whether PDEPs are merged before the ebuild.Michał Górny2011-08-131-0/+17
* Improve docs.Michał Górny2011-08-135-16/+115
* 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-123-4/+4
* Use relative imports within the test library.Michał Górny2011-08-1213-16/+17
* 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
* Store short test names.Michał Górny2011-08-112-14/+23
* 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 running tests in undefined-behavior EAPIs.Michał Górny2011-08-062-5/+16
* Introduce the concept of undefined behavior assertions.Michał Górny2011-08-061-2/+11
* Introduce the concept of EAPI groups rather than relevant+supported.Michał Górny2011-08-069-35/+32
* 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
* 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
* Introduce a dedicated TestResult object.Michał Górny2011-08-051-0/+13
* Fix test list.Michał Górny2011-08-051-2/+2
* Add tests for banned commands (dohard, dosed).Michał Górny2011-08-052-8/+44
* 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-033-14/+11
* Add __repr__() for DepMatcher.Michał Górny2011-08-031-0/+3
* Migrate the variable scope test to use assertions.Michał Górny2011-08-031-22/+44
* Assertions: use expected value on left side of comparisons.Michał Górny2011-08-031-3/+3
* Stringify DepMatcher nicely.Michał Górny2011-08-031-1/+4
* Pass D-Bus output as a list, instead of joining it.Michał Górny2011-08-035-34/+16
* Commonize some of D-Bus test cases code.Michał Górny2011-08-031-64/+21
* Migrate most of the tests to use assertions.Michał Górny2011-08-033-25/+25