mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Check the availability of the urlfetch resource earlier than before.
This commit is contained in:
parent
68cdf8a6da
commit
c20a250170
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ class NormalizationTest(unittest.TestCase):
|
|||
|
||||
|
||||
def test_main():
|
||||
# Hit the exception early
|
||||
open_urlresource(TESTDATAURL)
|
||||
run_unittest(NormalizationTest)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue