Example #1
0
def test_to_celsius():
    '''test to_celsius method'''
    assert temp.to_celsius(32)==0
Example #2
0
def test_boiling():
    '''Test boiling point.'''
    assert temp.to_celsius(212)==100