Exemplo n.º 1
0
 def test_detect_filetype_returns_text_if_unknown(self):
     assert sops.detect_filetype("file.xml") == "bytes"
Exemplo n.º 2
0
 def test_detect_filetype_handle_yaml(self):
     assert sops.detect_filetype("file.yaml") == "yaml"
Exemplo n.º 3
0
 def test_detect_filetype_handle_json(self):
     assert sops.detect_filetype("file.json") == "json"
Exemplo n.º 4
0
 def test_detect_filetype_returns_text_if_unknown(self):
     assert sops.detect_filetype("file.xml") == "bytes"
Exemplo n.º 5
0
 def test_detect_filetype_handle_yaml(self):
     assert sops.detect_filetype("file.yaml") == "yaml"
Exemplo n.º 6
0
 def test_detect_filetype_handle_json(self):
     assert sops.detect_filetype("file.json") == "json"