Mercurial > piecrust2
comparison tests/servings/test_debug_info.serve @ 391:3e4bb57d8506
tests: Add support for testing the Chef server.
* Make the server be functional without calling `getWsgiApp`.
* Add new type of test files that use a Werkzeug test client.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 17 May 2015 10:48:41 -0700 |
parents | |
children | dc0988d937b3 |
comparison
equal
deleted
inserted
replaced
390:3a184fbc900b | 391:3e4bb57d8506 |
---|---|
1 --- | |
2 url: /foo | |
3 in: | |
4 pages/foo.md: | | |
5 BLAH | |
6 {{piecrust.debug_info}} | |
7 out: BLAH | |
8 --- | |
9 url: /foo?!debug | |
10 in: | |
11 pages/foo.md: | | |
12 BLAH | |
13 {{piecrust.debug_info}} | |
14 out_contains: | | |
15 BLAH | |
16 <div id="piecrust-debug-info" |