예제 #1
0
파일: test_temp.py 프로젝트: auroua/test
def test_to_celsius():
    '''test to_celsius method'''
    assert temp.to_celsius(32)==0
예제 #2
0
파일: test_temp.py 프로젝트: auroua/test
def test_boiling():
    '''Test boiling point.'''
    assert temp.to_celsius(212)==100