blob: d8c4c04a1b8d7ff4909f83492c000b72bea1b4f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dolsen@gentoo.org</email>
<name>Brian Dolbec</name>
</maintainer>
<longdescription>
This is a plugin for setuptools that integrates Twisted trial. Once
installed, “python ./setup.py trial” will run the package’s unit tests
using Twisted trial. The package can also optionally be configured so
that “python ./setup.py test” will use Twisted trial instead of pyunit
a.k.a. unittest.
</longdescription>
<origin>gentoo-staging</origin>
</pkgmetadata>
|