コード例 #1
0
ファイル: test_world.py プロジェクト: nobus/multirog
def test_get_location():
    w = World()
    size = w.size
    l = w.get_location(size - 1, size - 1)
    assert l
コード例 #2
0
ファイル: test_world.py プロジェクト: nobus/multirog
def test_get_default_location():
    w = World()
    l = w.get_location()
    assert l