class TestNumbers: def test_int_float(self): assert 1 == 1.0 # END test_int_float # END CLASS TestNumbers