File: contributing.rst

package info (click to toggle)
aiohttp-wsgi 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: python: 790; makefile: 19; sh: 8
file content (25 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
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