cvs commit: ports/devel Makefile ports/devel/py-nose Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Thu Dec 14 03:39:29 PST 2006


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 at 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)


More information about the cvs-ports mailing list