Exemplo n.º 1
0
def test_get_location():
    w = World()
    size = w.size
    l = w.get_location(size - 1, size - 1)
    assert l
Exemplo n.º 2
0
def test_get_default_location():
    w = World()
    l = w.get_location()
    assert l