예제 #1
0
파일: test_FS.py 프로젝트: yratof/chiplotle
def test_FS_03():
    '''Setting force to None formats correctly.'''
    t = FS(1, 2)
    t.force = None
    assert t.format == 'FS;'
예제 #2
0
def test_FS_03():
    """Setting force to None formats correctly."""
    t = FS(1, 2)
    t.force = None
    assert t.format == b"FS;"