mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-10 04:40:27 -04:00
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
23 lines
704 B
XML
23 lines
704 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<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>
|