def test_locations():
    """ Test that latitude and longitude are valid """
    """ Mystery! Why does this test not show the docstring? """
    raise SkipTest
    art = PdxArt()
    for location in art.locations():
        yield check_location, location
Example #2
0
def test_locations():
    """ Test that latitude and longitude are valid """
    # raise SkipTest
    art = PdxArt()
    for location in art.locations():
        yield check_location, location