Skip to content
Gary Revell edited this page Nov 5, 2019 · 1 revision

Welcome to the Testing wiki!

pytest

First example will be how to use pytest to test a Caesar cipher class. It uses fixtures and parameter passing, future versions will include parsing to enable parameter passing via CLI.

Clone this wiki locally