mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
c637402081
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
9 lines
438 B
Plaintext
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
|