non port: devel/py-flexmock/pkg-descr |
SVNWeb
|
Number of commits found: 5 |
Wed, 21 Jul 2021
|
[ 21:13 Po-Chuan Hsieh (sunpoet) ] 24c3590
devel/py-flexmock: Update to 0.10.5
- Update WWW
Changes: https://github.com/flexmock/flexmock/blob/master/CHANGELOG
|
Wed, 25 Apr 2018
|
[ 16:42 amdmi3 ] (Only the first 10 of 817 ports in this commit are shown above. )
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
|
Fri, 26 Jan 2018
|
[ 18:11 sunpoet ]
Add LICENSE
- Update COMMENT
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Update pkg-descr
- Update WWW
- Add GitHub repository to WWW
- Take maintainership
|
Fri, 21 Jun 2013
|
[ 03:34 clsung ]
- Update to 0.9.7
|
Fri, 4 Nov 2011
|
[ 15:57 clsung ]
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/
|
Number of commits found: 5 |