Ticket #371 (closed defect: fixed)
TestApp doesn't have a head() method (for HTTP HEAD)
| Reported by: | greut | Owned by: | maluke |
|---|---|---|---|
| Priority: | high | Milestone: | 1.4.1 |
| Component: | webtest | Version: | svn-trunk |
| Severity: | normal | Keywords: | webtest, head, testapp |
| Cc: |
Description
>>> app = TestApp(...) >>> app.head("/") AttributeError: 'TestApp' object has no attribute 'head'
Thanks!
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

