Skip to content

Files

Latest commit

b8c3dc2 · Feb 6, 2023

History

History

test

Run tests against installation (recommended)

  • Install mechkit in development mode python setup.py develop
  • Install pytest pip install pytest
  • Run tests pytest
  • Uninstall python setup.py develop --uninstall

Run tests against local files

  • 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