aboutsummaryrefslogtreecommitdiff
path: root/devel/py-fixtures/pkg-descr
blob: b0f788fcf1cd7e1b28196edafb5eaed7e4ea4c48 (plain) (blame)
1
2
3
4
5
6
7
8
Fixtures defines a Python contract for reusable state / support logic, primarily
for unit testing. Helper and adaption logic is included to make it easy to write
your own fixtures using the fixtures contract. Glue code is provided that makes
using fixtures that meet the Fixtures contract in unittest compatible test cases
easy and straight forward.

WWW: https://pypi.org/project/fixtures/
WWW: https://github.com/testing-cabal/fixtures