Theramy / CS101-Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS101-Testing

This repo contains example codes for unit testing in Python with Pytest library.

Tools mentioned during the class:

Testing libraries:

  • Pytest
  • Unittest

Linting tools:

  • Pylint
  • Flake8

Formatting tools:

  • Black
  • Autopep8

Recommended online study module:

Alternative Fenyx repo about testing including Great Expectations library examples:

About


Languages

Language:Python 100.0%