2020-05-16 18:30:16 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: pytest from versioned deps. |
2018-11-20 22:21:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-test-localserver: updated to 0.5.0 0.5.0: New feature: SMTP email message objects now include a details property capturing the envelope details. |
2017-11-29 09:01:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-test-localserver: updated to 0.4.1 0.4.1: Bug fixes |
2017-10-09 10:47:02 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-test-localserver: follow redirect |
2017-09-29 16:13:32 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: Add py-pytest-localserver-0.3.7: pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally. Sometimes monkeypatching urllib2.urlopen() just does not cut it, for instance if you work with urllib2.Request, define your own openers/handlers or work with httplib. In these cases it may come in handy to have an HTTP server running locally which behaves just like the real thing. |