summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump PV to 0.0.3.pms-test-suite-0.0.3Michał Górny2011-08-031-1/+1
* 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-034-27/+16
* Print [.EF] when checking test results, alike unittests.Michał Górny2011-08-031-1/+9
* Use print() function explicitly.Michał Górny2011-08-031-2/+4
* Whitespace.Michał Górny2011-08-031-3/+3
* Force config reload after merges in all PMs.Michał Górny2011-08-032-5/+2
* Fix reporting an error when unable to remove packages.Michał Górny2011-08-031-1/+1
* 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
* Support verbose mode, to always report assertions.Michał Górny2011-08-031-3/+9
* Migrate most of the tests to use assertions.Michał Górny2011-08-033-25/+25
* Drop '==' from .assertContains stringification.Michał Górny2011-08-031-0/+3
* Dump assertion results when tests fail.Michał Górny2011-08-021-7/+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
* Fix/reintroduce disabling Manifest checks for pkgcore.Michał Górny2011-07-311-0/+6
* README: fix repo name.Michał Górny2011-07-311-3/+3
* Update README on test execution.Michał Górny2011-07-311-8/+23
* Switch fetching ebuild tests to a sane URI.Michał Górny2011-07-281-4/+1
* Introduce asserts for test cases.Michał Górny2011-07-283-11/+93
* 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
* Drop Markdown docs, API docs should be enough.Michał Górny2011-07-254-330/+4
* Transform eclass *DEPEND test into EclassDependencyTestCases.Michał Górny2011-07-243-19/+44
* '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
* Bump to 0.0.2, another test release.pms-test-suite-0.0.2Michał Górny2011-07-181-1/+1
* 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-109-117/+260
* Support generating docs using epydoc.Michał Górny2011-07-102-1/+6
* Reuse 'gentoopm' module code.Michał Górny2011-07-087-201/+48
* Set KEYWORDS in ebuild, not in the eclass.Michał Górny2011-07-062-1/+4
* 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-292-2/+7
* Support passing kwargs to the library constructor.Michał Górny2011-06-291-3/+3
* Update docs to mention supported_eapis.Michał Górny2011-06-291-2/+6