# -*- 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 Parameterized testing with any Python test framework
long_description ${description}
homepage https://github.com/wolever/parameterized
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums sha256 d8c8837fb677ed2d5a93b9e2308ce0da3aeb58cf513120d501e0b7af14da78d5 \
rmd160 03f016fca3efcaa1d556625dab260fc3754d759a \
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
port:py${python.version}-mock \
port:py${python.version}-nose
# there are five different ways of running tests, see tox.ini
test.cmd ${python.bin} -m unittest
test.target parameterized.test