./www/py-test-sanic, Pytest plugin for Sanic

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.9.1, Package name: py310-test-sanic-1.9.1, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 14.711 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-03 09:26:54 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-test-sanic: added version 1.9.1

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