14 lines
389 B
Markdown
14 lines
389 B
Markdown
==========================
|
|
How to contribute to Sanic
|
|
==========================
|
|
|
|
Thank you for your interest!
|
|
|
|
Running tests
|
|
---------------------
|
|
* `python -m pip install pytest`
|
|
* `python -m pytest tests`
|
|
|
|
Caution
|
|
=======
|
|
One of the main goals of Sanic is speed. Code that lowers the performance of Sanic without significant gains in usability, security, or features may not be merged. |