/python-module-tests-template

Template project for a Python module with tests.

Primary LanguagePythonMIT LicenseMIT

Demo of how to use unittest with Python

Steps

  1. Ensure you are using Python 3.11.1
  2. Create virtual environment: python -m venv env
  3. Run python -m unittest