Exemplo n.º 1
0
 def test_default(self):
     assert bes._process_resources("default") == ""
Exemplo n.º 2
0
 def test_None(self):
     assert bes._process_resources(None) == "&resources=none"
Exemplo n.º 3
0
 def test_bad_input(self):
     with pytest.raises(ValueError):
         bes._process_resources("foo")
Exemplo n.º 4
0
 def test_default(self) -> None:
     assert bes._process_resources("default") == ""
Exemplo n.º 5
0
 def test_None(self) -> None:
     assert bes._process_resources(None) == "&resources=none"
Exemplo n.º 6
0
 def test_bad_input(self) -> None:
     with pytest.raises(ValueError):
         bes._process_resources("foo")