JoyThief¶
Comparison is the thief of joy.
Usage¶
JoyThief provides a collection of matchers which can be used for testing.
from joythief.numbers import NaN
def test_my_func_with_no_arguments_returns_nan():
assert my_func() == NaN()
Comparison is the thief of joy.
JoyThief provides a collection of matchers which can be used for testing.
from joythief.numbers import NaN
def test_my_func_with_no_arguments_returns_nan():
assert my_func() == NaN()