prego

prego 0.20130516.1

prego is a system test framework running as Python unittest testcases.Matchers- test.assert_that(Host('www.google.com'), reachable())- test.assert_that(Host('www.google.com'), listen_port(80))- test.assert_that(Host('localhost'), listen_port(2000))-...