Bug 132045 - [New Port]www/py-WebTest:Helper to test WSGI applications
Summary: [New Port]www/py-WebTest:Helper to test WSGI applications
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 08:10 UTC by wenheping
Modified: 2009-02-27 15:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.91 KB, text/plain)
2009-02-24 08:10 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-02-24 08:10:01 UTC
py-WebTest is a helper to test WSGI applications, it wraps
any WSGI application and makes it easy to send test requests
to that application, without starting up an HTTP server.
It provides convenient full-stack testing of applications
written with any WSGI-compatible framework.

WWW: http://pythonpaste.org/webtest/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-24 08:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-27 15:37:31 UTC
miwi        2009-02-27 15:37:21 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-WebTest       Makefile distinfo pkg-descr pkg-plist 
  Log:
  py-WebTest is a helper to test WSGI applications, it wraps
  any WSGI application and makes it easy to send test requests
  to that application, without starting up an HTTP server.
  It provides convenient full-stack testing of applications
  written with any WSGI-compatible framework.
  
  WWW: http://pythonpaste.org/webtest/
  
  PR:             ports/132045
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.2275    +1 -0      ports/www/Makefile
  1.1       +20 -0     ports/www/py-WebTest/Makefile (new)
  1.1       +3 -0      ports/www/py-WebTest/distinfo (new)
  1.1       +7 -0      ports/www/py-WebTest/pkg-descr (new)
  1.1       +1 -0      ports/www/py-WebTest/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-02-27 15:37:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!