Exemple #1
0
def test_get_location():
    w = World()
    size = w.size
    l = w.get_location(size - 1, size - 1)
    assert l
Exemple #2
0
def test_get_default_location():
    w = World()
    l = w.get_location()
    assert l