Commit graph

3 commits

Author SHA1 Message Date
Chris White
53bce3913f TestHelpers: report Python errors
If web.py (or other program) prints the name of a log file, log the
contents of that file.

Also, turn up verbosity in t/400-web.t.
2020-05-25 14:34:01 -04:00
Chris White
3a8b0c19ed Add tests of doc comments in HTML 2020-05-25 14:32:28 -04:00
Chris White
ff99aaf60c Add tests of web.py and relevant infrastructure
- Add sanity tests of line_mark_string
- Update TestHelpers::_parseq() to handle HTML section headers as
  well as query.py section headers
- Add tests of web.py
  - Note: don't look for 200 since web.py doesn't send an HTTP Status-Line.
- In web.py, update the shebang to use env(1).  The hard-coded path
  caused test failures on Travis, which runs Python in a virtualenv.
2020-05-25 14:31:41 -04:00