# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
description Fixtures, reusable state for writing clean tests and more.
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.
homepage https://github.com/testing-cabal/fixtures
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 dd67b5e47562b36cd68c0b0788de492ba3224c54 \
sha256 fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef \
if {${name} ne ${subport}} {
port:py${python.version}-pbr
port:py${python.version}-six \
port:py${python.version}-testtools