diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-31 08:18:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-31 08:18:37 +0000 |
commit | 8b85117174bb91e7cb4ab11358b3011c4118a02a (patch) | |
tree | 544f3105e8fa2d2f14bea4a5dddb88a63fc55002 /devel/py-pretend/PLIST | |
parent | 9c819c6e0bbf7d8dff182eaf15b47c3f0c73ed5d (diff) | |
download | pkgsrc-8b85117174bb91e7cb4ab11358b3011c4118a02a.tar.gz |
Import py27-pretend-1.0.8 as devel/py-pretend.
Pretend is a library to make stubbing with Python easier.
What is stubbing?
Stubbing is a technique for writing tests. You may hear the term
mixed up with mocks, fakes, or doubles. Basically a stub is an
object that returns pre-canned responses, rather than doing any
computation.
Diffstat (limited to 'devel/py-pretend/PLIST')
-rw-r--r-- | devel/py-pretend/PLIST | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/py-pretend/PLIST b/devel/py-pretend/PLIST new file mode 100644 index 00000000000..a2b789d93be --- /dev/null +++ b/devel/py-pretend/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2014/03/31 08:18:37 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/pretend.py +${PYSITELIB}/pretend.pyc +${PYSITELIB}/pretend.pyo |