- Install mechkit in development mode
python setup.py develop
- Install pytest
pip install pytest
- Run tests
pytest
- Uninstall
python setup.py develop --uninstall
- Install mechkit and pytest (see steps above)
- Run tests with
python -m pytest
Run specific tests
Example from within ipython
!pytest test/test_notation.py::Test_ExplicitConverter::test_loop_minor_sym --verbose --pdb