Пример #1
0
 def test_invalid_format(self):
     assert find_format("http://localhost") == ""
Пример #2
0
 def test_valid_format(self):
     assert find_format("http://localhost/test.zip") == "zip"
Пример #3
0
 def test_unknown_format(self):
     assert find_format("http://localhost/test.sql") == ""
 def test_invalid_format(self):
     assert find_format("http://localhost") == ""
 def test_valid_format(self):
     assert find_format("http://localhost/test.zip") == "zip"
 def test_unknown_format(self):
     assert find_format("http://localhost/test.sql") == ""