Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Drop '==' from .assertContains stringification. | Michał Górny | 2011-08-03 | 1 | -0/+3 | |
| | ||||||
* | Store assertion results. | Michał Górny | 2011-08-02 | 1 | -9/+100 | |
| | ||||||
* | Use test class names in str(). | Michał Górny | 2011-08-02 | 1 | -1/+2 | |
| | ||||||
* | Fix AA test, use .assert*Equal() in KV/AA tests. | Michał Górny | 2011-08-02 | 1 | -6/+11 | |
| | ||||||
* | Remove outdated comment on SRC_URI arrows in fetching test case. | Michał Górny | 2011-08-02 | 1 | -1/+0 | |
| | ||||||
* | Add .assertEqual()/.assertNotEqual() for the test cases. | Michał Górny | 2011-08-02 | 1 | -0/+28 | |
| | ||||||
* | Remove double definition of assertTrue(). | Michał Górny | 2011-08-02 | 1 | -12/+0 | |
| | ||||||
* | Switch fetching ebuild tests to a sane URI. | Michał Górny | 2011-07-28 | 1 | -4/+1 | |
| | ||||||
* | Introduce asserts for test cases. | Michał Górny | 2011-07-28 | 2 | -9/+77 | |
| | ||||||
* | Add a test for DEFINED_PHASES due to eclass inherit. | Michał Górny | 2011-07-27 | 2 | -0/+28 | |
| | ||||||
* | Switch from pkg.metadata[] to pkg.use. | Michał Górny | 2011-07-27 | 1 | -9/+8 | |
| | ||||||
* | Switch from pkg.metadata[] to pkg.defined_phases. | Michał Górny | 2011-07-27 | 1 | -2/+2 | |
| | ||||||
* | Use new gentoopm API to check RDEPEND=${DEPEND} fallback. | Michał Górny | 2011-07-26 | 1 | -2/+8 | |
| | ||||||
* | Transform eclass *DEPEND test into EclassDependencyTestCases. | Michał Górny | 2011-07-24 | 3 | -19/+44 | |
| | | | | This way, they don't rely on metadata access anymore. | |||||
* | 'D-Bus wrap' eclass dependency test case. | Michał Górny | 2011-07-24 | 1 | -1/+33 | |
| | ||||||
* | Add a base class for eclass dep tests. | Michał Górny | 2011-07-24 | 1 | -0/+86 | |
| | ||||||
* | Check if an ebuild was installed before getting its metadata. | Michał Górny | 2011-07-18 | 1 | -4/+8 | |
| | ||||||
* | Add tests for eclass metadata inheritance. | Michał Górny | 2011-07-18 | 2 | -0/+72 | |
| | ||||||
* | Add an EclassTestCase. | Michał Górny | 2011-07-18 | 3 | -3/+67 | |
| | ||||||
* | Reformat docs for epydoc. | Michał Górny | 2011-07-10 | 3 | -48/+112 | |
| | ||||||
* | Reuse 'gentoopm' module code. | Michał Górny | 2011-07-08 | 2 | -4/+9 | |
| | ||||||
* | Set KEYWORDS in ebuild, not in the eclass. | Michał Górny | 2011-07-06 | 1 | -0/+4 | |
| | | | | This will silence repoman and paludis. | |||||
* | Actually support the thorough mode. | Michał Górny | 2011-06-29 | 2 | -6/+10 | |
| | ||||||
* | EbuildTestCase: drop unused args to inst_all(). | Michał Górny | 2011-06-29 | 1 | -3/+2 | |
| | ||||||
* | Support enabling thorough mode for a library. | Michał Górny | 2011-06-29 | 1 | -1/+2 | |
| | ||||||
* | Support passing kwargs to the library constructor. | Michał Górny | 2011-06-29 | 1 | -3/+3 | |
| | ||||||
* | Adjust the tests relevant_/supported_eapis. | Michał Górny | 2011-06-29 | 5 | -11/+6 | |
| | ||||||
* | Support grabbing relevant_ and supported_eapis from a prop. | Michał Górny | 2011-06-29 | 1 | -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órny | 2011-06-29 | 1 | -4/+6 | |
| | ||||||
* | Add supported_eapis variable for EbuildTestCase. | Michał Górny | 2011-06-29 | 1 | -0/+20 | |
| | ||||||
* | Add a common DBusFetchingEbuildTestCase. | Michał Górny | 2011-06-29 | 3 | -8/+30 | |
| | ||||||
* | Move mirroring restriction to the eclass. | Michał Górny | 2011-06-29 | 1 | -1/+0 | |
| | ||||||
* | Add a test for KV variable. | Michał Górny | 2011-06-28 | 2 | -0/+15 | |
| | ||||||
* | Add a test for the AA variable. | Michał Górny | 2011-06-28 | 3 | -1/+30 | |
| | ||||||
* | Add a test for variable scoping. | Michał Górny | 2011-06-25 | 2 | -1/+55 | |
| | ||||||
* | Rename the module and interfaces to 'pmstestsuite'. | Michał Górny | 2011-06-24 | 13 | -0/+839 | |