testkit

testkit 0.1.7

testkit is a simple collection of test tools that have been developed out of need for some projects. However, some of these tools needed to be duplicated so I decided to consolidate them in this library.DevelopingInstall virtstrap via pip. Please install...

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))-...