pip install -r requirements_dev.txt
pytest # pytest
python tests/runtests.py # Python Standard Library `unittest`
# Nav to the examples folder
cd examples
# Delete previous created files if exists
rm -rf * && rm -rf .*
# Creating new project
rework init pony