aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor housekeeping - unused code, nocover directives.Aldo Cortesi2011-02-241-3/+0
| | | | 95% test coverage.
* Revamp SSL configuration.Aldo Cortesi2011-02-201-0/+6
| | | | | | | | - Move option parsing utiliities to proxy.py - Don't have a global config object. Pass it as an argument to ProxyServer. - Simplify certificate generation logic.
* Clean up certificate generation.Aldo Cortesi2011-02-201-11/+33
| | | | | | | | | | | | - Use templates for config files. We can re-introduce customization of the certificate attributes when we need them. - Split CA and cert generation into separate functions. - Generation methods provide an error return when generation fails. - When the user explicitly specifies a certificate, we don't generate it, but fail if it doesn't exist.
* Further fine-tuning for pretty_xmlish.Aldo Cortesi2011-02-061-1/+4
|
* Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.Aldo Cortesi2011-02-061-7/+53
|
* Add timestamps to flows.Aldo Cortesi2011-02-031-1/+7
| | | | | For now, these are only displayed on the connection view screen, with second granularity.
* UI tweaksAldo Cortesi2011-01-301-1/+0
| | | | | - Make flow view state persistent (request/response, body view mode). - Don't exit flow view mode when viewing help.
* Nicer statusbar messages, with timed expiry.Aldo Cortesi2011-01-281-1/+1
|
* Make pretty-printing more robust.Aldo Cortesi2011-01-281-0/+5
| | | | | | Also, since BeautifulSoup is so damn slow, print a statusbar message saying that we're calculating a pretty version of the response. Maybe I should add hangman or something, becuase on a 200k document this can take ages.
* Basix XML/HTML pretty-printing in flow viewer.Aldo Cortesi2011-01-271-0/+7
|
* Add serialization hooks to flows and flow component objects.Aldo Cortesi2011-01-261-0/+15
|
* Initial checkin.Aldo Cortesi2010-02-161-0/+221