Example #1
0
def test_project():
    ProjectManager.set_path(None)
    with pytest.raises(NotInitializedError):
        ProjectManager.get_models()
Example #2
0
def test_project():
    # noinspection PyTypeChecker
    ProjectManager.set_path(None)
    with pytest.raises(NotInitializedError):
        ProjectManager.get_models()