Date: Thu, 14 Dec 2006 11:38:48 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-nose Makefile distinfo pkg-descr pkg-plist Message-ID: <200612141138.kBEBcmKQ067590@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2006-12-14 11:38:48 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-nose Makefile distinfo pkg-descr pkg-plist
Log:
nose provides an alternate test discovery and running process for
unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to magic. By default,
nose will run tests in files or directories under the current working
directory whose names include "test". nose also supports doctest tests
and may optionally provide a test coverage report.
Author: Jason Pellerin <jpellerin+nose@gmail.com>
WWW: http://somethingaboutorange.com/mrl/projects/nose/
PR: ports/106704
Submitted by: Dryice Liu <dryice at dryice.name>
Revision Changes Path
1.2548 +1 -0 ports/devel/Makefile
1.1 +28 -0 ports/devel/py-nose/Makefile (new)
1.1 +3 -0 ports/devel/py-nose/distinfo (new)
1.1 +9 -0 ports/devel/py-nose/pkg-descr (new)
1.1 +74 -0 ports/devel/py-nose/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612141138.kBEBcmKQ067590>
