pyfix 0.2.3

pyfix is a Python module designed especially for writing test functions.Install pip install pyfixUsageHere's an important example:from pyfix import test, mainfrom pyassert import assert_that@testdef ensure_that_two_plus_two_equals_four...