Commit 4d4677ba authored by Collin Winter's avatar Collin Winter

Check the availability of the urlfetch resource earlier than before.

parent cd431095
...@@ -88,6 +88,8 @@ class NormalizationTest(unittest.TestCase): ...@@ -88,6 +88,8 @@ class NormalizationTest(unittest.TestCase):
def test_main(): def test_main():
# Hit the exception early
open_urlresource(TESTDATAURL)
run_unittest(NormalizationTest) run_unittest(NormalizationTest)
if __name__ == "__main__": if __name__ == "__main__":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment