702710be94
A prefix is applied to all the unqualifed URLs in a suite of tests. This is useful for testing live applications that are mounted at different points under a wsgi server. Fixes #46
7 lines
87 B
YAML
7 lines
87 B
YAML
|
|
tests:
|
|
- name: one
|
|
url: /
|
|
- name: two
|
|
url: http://example.com/moo
|