/pytest_dojo

Learning how to test Python code with Pytest framework

Primary LanguagePython

Learning how to test Python code with Pytest framework

Install local math_package

pip install -e math_package/

Some execution flags

  • pytest -q tests/ for a quiet output.
  • pytest -v tests/ for a verbose output.