Пример #1
0
 def test_detect_filetype_returns_text_if_unknown(self):
     assert sops.detect_filetype("file.xml") == "bytes"
Пример #2
0
 def test_detect_filetype_handle_yaml(self):
     assert sops.detect_filetype("file.yaml") == "yaml"
Пример #3
0
 def test_detect_filetype_handle_json(self):
     assert sops.detect_filetype("file.json") == "json"
Пример #4
0
 def test_detect_filetype_returns_text_if_unknown(self):
     assert sops.detect_filetype("file.xml") == "bytes"
Пример #5
0
 def test_detect_filetype_handle_yaml(self):
     assert sops.detect_filetype("file.yaml") == "yaml"
Пример #6
0
 def test_detect_filetype_handle_json(self):
     assert sops.detect_filetype("file.json") == "json"