kevinmaiden7 / pytest_dojo

Learning how to test Python code with Pytest framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Learning how to test Python code with Pytest framework


Languages

Language:Python 100.0%