unittest

A collection of 5 Posts

pytest support for unittest style fixtures

They behave the same

Run a single test class with unittest and pytest

How to, with examples

What happens when unittest fixtures fail

Exactly what happens to the flow of your test code when an exception is thrown in a fixture function.

unittest fixture syntax and flow reference

a reference

unittest introduction

The unittest test framework is python’s xUnit style framework.
It is a standard module that you already have if you’ve got python version 2.1 or …