faif / python-patterns

A collection of design patterns/idioms in Python
40.2k stars 6.93k forks source link

Translate several doctest tests to pytest #414

Open germin8 opened 5 months ago

germin8 commented 5 months ago

In the interest of more flexible testability, several unit tests have been translated from doctest to pytest.

Contribution from PyCascades 2024 sprints session.