Bug 109777 - [NEW PORT] www/py-webunit: Unit test your websites with code that acts like a web browser
Summary: [NEW PORT] www/py-webunit: Unit test your websites with code that acts like a...
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-03 03:30 UTC by Li-Wen Hsu
Modified: 2007-03-03 17:40 UTC (History)
1 user (show)

See Also:


Attachments
py-webunit-1.3.8.shar (4.49 KB, text/plain)
2007-03-03 03:30 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2007-03-03 03:30:03 UTC
Webunit is a framework for unit testing websites:

Features in a nutshell:

1. Browser-like page fetching including fetching the images and stylesheets
   needed for a page and following redirects
2. Cookies stored and trackable (all automatically handled)
3. HTTP, HTTPS, GET, POST, basic auth all handled, control over expected status
   codes, ...
4. DOM parsing of pages to retrieve and analyse structure, including simple
   form re-posting
5. Two-line page-fetch followed by form-submit possible, with error checking
6. Ability to register error page content across multiple tests
7. Uses python's standard unittest module as the underlying framework

WWW:	http://www.python.org/pypi/webunit

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-03 03:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-03 04:43:20 UTC
Responsible Changed
From-To: freebsd-python->clsung

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-03 17:34:08 UTC
clsung      2007-03-03 17:34:01 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-webunit       Makefile distinfo pkg-descr pkg-plist 
    www/py-webunit/files patch-setup.py 
  Log:
  Add py-webunit 1.3.8, unit test your websites with code that acts like a
  web browser.
  
  PR:             ports/109777
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.1736    +1 -0      ports/www/Makefile
  1.1       +28 -0     ports/www/py-webunit/Makefile (new)
  1.1       +3 -0      ports/www/py-webunit/distinfo (new)
  1.1       +11 -0     ports/www/py-webunit/files/patch-setup.py (new)
  1.1       +16 -0     ports/www/py-webunit/pkg-descr (new)
  1.1       +31 -0     ports/www/py-webunit/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 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-03 17:34:12 UTC
State Changed
From-To: open->closed

New port added. Thank You.