1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Contributing
============
Bug reports, bug fixes, and new features are always welcome. Please raise issues on `GitHub`_, and submit pull requests for any new code.
Testing
-------
It's recommended to test :mod:`aiohttp_wsgi` in a virtual environment using :mod:`venv`.
Run the test suite using ``unittest``:
.. code:: bash
python -m unittest discover tests
Contributors
------------
:mod:`aiohttp_wsgi` was developed by `Dave Hall`_ and other `contributors`_.
.. include:: /_include/links.rst
|