aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop '==' from .assertContains stringification.Michał Górny2011-08-031-0/+3
|
* Store assertion results.Michał Górny2011-08-021-9/+100
|
* Use test class names in str().Michał Górny2011-08-021-1/+2
|
* Fix AA test, use .assert*Equal() in KV/AA tests.Michał Górny2011-08-021-6/+11
|
* Remove outdated comment on SRC_URI arrows in fetching test case.Michał Górny2011-08-021-1/+0
|
* Add .assertEqual()/.assertNotEqual() for the test cases.Michał Górny2011-08-021-0/+28
|
* Remove double definition of assertTrue().Michał Górny2011-08-021-12/+0
|
* Switch fetching ebuild tests to a sane URI.Michał Górny2011-07-281-4/+1
|
* Introduce asserts for test cases.Michał Górny2011-07-282-9/+77
|
* Add a test for DEFINED_PHASES due to eclass inherit.Michał Górny2011-07-272-0/+28
|
* Switch from pkg.metadata[] to pkg.use.Michał Górny2011-07-271-9/+8
|
* Switch from pkg.metadata[] to pkg.defined_phases.Michał Górny2011-07-271-2/+2
|
* Use new gentoopm API to check RDEPEND=${DEPEND} fallback.Michał Górny2011-07-261-2/+8
|
* Transform eclass *DEPEND test into EclassDependencyTestCases.Michał Górny2011-07-243-19/+44
| | | | This way, they don't rely on metadata access anymore.
* 'D-Bus wrap' eclass dependency test case.Michał Górny2011-07-241-1/+33
|
* Add a base class for eclass dep tests.Michał Górny2011-07-241-0/+86
|
* Check if an ebuild was installed before getting its metadata.Michał Górny2011-07-181-4/+8
|
* Add tests for eclass metadata inheritance.Michał Górny2011-07-182-0/+72
|
* Add an EclassTestCase.Michał Górny2011-07-183-3/+67
|
* Reformat docs for epydoc.Michał Górny2011-07-103-48/+112
|
* Reuse 'gentoopm' module code.Michał Górny2011-07-082-4/+9
|
* Set KEYWORDS in ebuild, not in the eclass.Michał Górny2011-07-061-0/+4
| | | | This will silence repoman and paludis.
* Actually support the thorough mode.Michał Górny2011-06-292-6/+10
|
* EbuildTestCase: drop unused args to inst_all().Michał Górny2011-06-291-3/+2
|
* Support enabling thorough mode for a library.Michał Górny2011-06-291-1/+2
|
* Support passing kwargs to the library constructor.Michał Górny2011-06-291-3/+3
|
* Adjust the tests relevant_/supported_eapis.Michał Górny2011-06-295-11/+6
|
* Support grabbing relevant_ and supported_eapis from a prop.Michał Górny2011-06-291-4/+19
| | | | | | As Python doesn't supply us with class properties, we need a little function to handle transforming them as necessary. Hopefully it won't be an ugly hack as it uses the property object public API.
* Set defaults for supported_ and relevant_eapis.Michał Górny2011-06-291-4/+6
|
* Add supported_eapis variable for EbuildTestCase.Michał Górny2011-06-291-0/+20
|
* Add a common DBusFetchingEbuildTestCase.Michał Górny2011-06-293-8/+30
|
* Move mirroring restriction to the eclass.Michał Górny2011-06-291-1/+0
|
* Add a test for KV variable.Michał Górny2011-06-282-0/+15
|
* Add a test for the AA variable.Michał Górny2011-06-283-1/+30
|
* Add a test for variable scoping.Michał Górny2011-06-252-1/+55
|
* Rename the module and interfaces to 'pmstestsuite'.Michał Górny2011-06-2413-0/+839