17 lines
682 B
XML
17 lines
682 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>openstack</herd>
|
|
<herd>python</herd>
|
|
<maintainer>
|
|
<email>prometheanfire@gentoo.org</email>
|
|
<name>Matthew Thode</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Testscenarios provides clean dependency injection for
|
|
python unittest style tests. This can be used for interface testing
|
|
(testing many implementations via a single test suite) or for classic
|
|
dependency injection (provide tests with dependencies externally to the
|
|
test code itself, allowing easy testing in different situations).
|
|
</longdescription>
|
|
</pkgmetadata>
|