Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 322 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 322 Bytes

CONTRIBUTION

Thank you for being interested in contributing to this project.

Run test suites

Clone this repository

git clone https://github.com/czheo/syntax_sugar_python

Install syntax_sugar as an editable package

cd syntax_sugar_python
pip install -e .

Run tests

python setup.py pytest