mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-10 21:00:27 -04:00
since I'm not packaging gitfs soon, I don't need them Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
20 lines
607 B
XML
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>
|