https://dagster.io/ logo
#ask-community
Title
# ask-community
q

Qwame

12/14/2022, 10:40 PM
Hi team, I am trying to test my project using
pytest
. I have
Copy code
from project import my_repository

def test_repos():
    my_repository.load_all_definitions()
However, when I run this, I get the error
Copy code
AttributeError: 'PendingRepositoryDefinition' object has no attribute 'load_all_definitions'