MaartenGr / UnitTesting

Guide for applying Unit Testing in data-driven projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code and instructions for creating unit tests for data-driven solutions

The corresponding article can be found here:

Instructions

To run the tests, simply install the requirements with: pip install -r requirements.txt

and then run pytest in the root: pytest -vv or with python -m pytest -vv

About

Guide for applying Unit Testing in data-driven projects


Languages

Language:Python 100.0%