summaryrefslogtreecommitdiff
path: root/dev-python/testscenarios/metadata.xml
blob: 94ef5a33ea82b58349c15d34fb2fa5534ce76e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>
	<upstream>
		<remote-id type="pypi">testscenarios</remote-id>
		<remote-id type="launchpad">testscenarios</remote-id>
	</upstream>
</pkgmetadata>