Files
guru/dev-python/pytest-sanic/metadata.xml
Alessandro Barbieri 3cfc06acf0 dev-python/*: orphan some packages
since I'm not packaging gitfs soon, I don't need them
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-08-22 03:17:37 +02:00

20 lines
607 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
A pytest plugin for Sanic. It helps you to test your code asynchronously.
This plugin provides:
very easy testing with async coroutines
common and useful fixtures
asynchronous fixture support
test_client/sanic_client for Sanic application
test_server for Sanic application
</longdescription>
<upstream>
<remote-id type="github">yunstanford/pytest-sanic</remote-id>
</upstream>
</pkgmetadata>