1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/py-fixtures/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

9 lines
438 B
Plaintext

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