Pikzie

Pikzie 1.0.1

Pikzie is an easy to write and debug unit testing framework for Python.Pikzie provides the following features that are lacked in unittest.py included in the standard Python distribution:* Pythonic API* a lot of assertions* outputs result with useful...

dingus

dingus 0.3.4

dingus is sort of like a mock object. The main difference is that you don't set up expectations ahead of time. You just run your code, using a dingus in place of another object or class, and it will record what happens to it. Then, once your code has been...

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

dfuzz

dfuzz 0.6

dfuzz is a automatic daemon configuration fuzzer. Rather than being a fuzzer itself, dfuzz is a wrapper for other simple fuzzers solving few common flaws which makes automated testing a bit difficult.Although its primary targets are configuration...

Fixtures

Fixtures 0.3.14

Fixtures is a tool that defines a Python contract for reusable state / support logic, primarily for unit testing. Helper and adaption logic is included to make it easy to write your own fixtures using the fixtures contract. Glue code is provided that...