Switch to unified view
a | b/twill-tests/README | ||
---|---|---|---|
1 | Twill Tests |
||
2 | |||
3 | First, you'll need twill-sh: |
||
4 | |||
5 | sudo easy_install twill |
||
6 | |||
7 | |||
8 | Files in this directory ending with '.twill' are tests to be run by twill-sh |
||
9 | |||
10 | twill-sh --url=http://url.of.forge.to.test/ twill-tests/*.twill |
||
11 | |||
12 | e.g., |
||
13 | |||
14 | twill-sh --url=http://re.sourceforge.net/ twill-tests/*.twill |
||
15 | |||
16 | |||
17 | If you just want to run the quick "smoke tests": |
||
18 | |||
19 | twill-sh --url=... twill-tests/smoke*.twill |