sanic/docs/contributing.md

10 lines
313 B
Markdown
Raw Normal View History

2016-10-14 12:51:08 +01:00
# How to contribute to Sanic
Thank you for your interest!
2016-10-14 12:51:08 +01:00
## Running tests
* `python -m pip install pytest`
* `python -m pytest tests`
2016-10-14 12:51:08 +01:00
## 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.