aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-03-29 11:05:15 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-03-29 11:29:02 +0200
commit69dd05e63464ed5b753374543cf0e7d4b268e409 (patch)
treef685daa2b81845fb65386d6bc7396ee4db655b00 /dev-python/pytest-sanic/metadata.xml
parentdev-python/pytest-sugar: new package (diff)
downloadguru-69dd05e63464ed5b753374543cf0e7d4b268e409.tar.gz
guru-69dd05e63464ed5b753374543cf0e7d4b268e409.tar.bz2
guru-69dd05e63464ed5b753374543cf0e7d4b268e409.zip
dev-python/pytest-sanic: new package
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/pytest-sanic/metadata.xml')
-rw-r--r--dev-python/pytest-sanic/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/pytest-sanic/metadata.xml b/dev-python/pytest-sanic/metadata.xml
new file mode 100644
index 0000000000..cef449007d
--- /dev/null
+++ b/dev-python/pytest-sanic/metadata.xml
@@ -0,0 +1,22 @@
+<?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>