Python – simple pass fail read out to the terminal
I was watching a video of a python dev code. When he’d run the code the script would run in terminal and out put green or red text with a pass/fail output. Does anyone know what testing framework this is? I’m new to writing tests into code but would find this incredibly useful.
Output
[check]...............Pass
[check]...............Fail