Date: Fri, 4 Nov 2011 15:57:36 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-flexmock Makefile distinfo pkg-descr pkg-plist Message-ID: <201111041557.pA4FvaPE051051@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2011-11-04 15:57:36 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-flexmock Makefile distinfo pkg-descr pkg-plist Log: Flexmock is a mock/stub/spy library for Python. Its API is inspired by a Ruby library of the same name. However, it is not a goal of Python Flexmock to be a clone of the Ruby version. Instead, the focus is on providing full support for testing Python programs and making the creation of fake objects as unobtrusive as possible. As a result, Python Flexmock removes a number of redandancies in the Ruby Flexmock API, alters some defaults, and introduces a number of Python-only features. Flexmock declarations are structured to read more like English sentences than API calls, and it is possible to chain them together in any order to achieve high degree of expressiveness in a single line of code. WWW: http://has207.github.com/flexmock/ Revision Changes Path 1.4646 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/py-flexmock/Makefile (new) 1.1 +2 -0 ports/devel/py-flexmock/distinfo (new) 1.1 +18 -0 ports/devel/py-flexmock/pkg-descr (new) 1.1 +3 -0 ports/devel/py-flexmock/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111041557.pA4FvaPE051051>