10 lines
313 B
Markdown
10 lines
313 B
Markdown
# How to contribute to Sanic
|
|
|
|
Thank you for your interest!
|
|
|
|
## Running tests
|
|
* `python -m pip install pytest`
|
|
* `python -m pytest tests`
|
|
|
|
## Warning
|
|
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. |