Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 393 Bytes

CONTRIBUTE.md

File metadata and controls

26 lines (19 loc) · 393 Bytes

CONTRIBUTE

Developer Environment

pip install -r requirements_dev.txt

Run tests

pytest  # pytest 
python tests/runtests.py  # Python Standard Library `unittest`

Manual test project creating

# Nav to the examples folder
cd examples 

# Delete previous created files if exists
rm -rf * && rm -rf .*

# Creating new project 
rework init pony