示例#1
0
 def test_from_path_strict(self) -> None:
     with pytest.raises(NoImportanizeConfig):
         Config.from_path(__file__, strict=True)
示例#2
0
 def test_from_path_no_path(self) -> None:
     assert not Config.from_path(None)