Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 313 Bytes

contributing.md

File metadata and controls

10 lines (7 loc) · 313 Bytes

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.