Committing to zroya¶
This page is work in progress.
Changes in C files¶
- Build Python extension from C source.
python setup.py build
Make sure there are no errors.
- Run current tests.
python setup.py test
- Write your own tests when necessary.
- Change documentation. See Changes in documentation section.
- Make stubs
python setup.py stubs
Changes in Python files¶
- Test your changes with existing tests
python setup.py test
- Write your own tests when necessary.
- Change documentation. See Changes in documentation section.
- Make stubs
python setup.py stubs