This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
webpy / test
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Mon Dec 24 06:55:54 -0800 2007 | |
| |
__init__.py | Sat Oct 13 18:29:54 -0700 2007 | |
| |
alltests.py | Mon Feb 18 07:09:12 -0800 2008 | |
| |
application.py | Fri Oct 23 01:47:49 -0700 2009 | |
| |
browser.py | Tue Dec 09 23:24:45 -0800 2008 | |
| |
db.py | Wed Nov 04 05:25:39 -0800 2009 | |
| |
doctests.py | Sat May 30 18:08:44 -0700 2009 | |
| |
session.py | Sun Mar 29 21:38:27 -0700 2009 | |
| |
webtest.py | Fri May 08 02:57:30 -0700 2009 |
test/README
# web.py unit tests
## Setup
All databases expect a database with name `webpy` with username `scott` and password `tiger`.
## Running all tests
To run all tests:
$ python test/alltests.py
## Running individual tests
To run all tests in a file:
$ python test/db.py
To run all tests in a class:
$ python test/db.py SqliteTest
To run a single test:
$ python test/db.py SqliteTest.testUnicode







