Loading
Commits on Source 7
-
Tristan Van Berkom authored
Created new `tests/format/iteration.py` which tests the order in which elements are iterated over in various scopes in a loaded data model.
-
Tristan Van Berkom authored
The tests/format/project.py test already has some tests about how we error gracefully for bad plugins and bad plugin configurations, lets put it there rather than tests/pipeline/load.py which we will remove.
-
Tristan Van Berkom authored
This is where other load time related plugin error handling is checked, and is the last thing to remove in the `tests/pipeline` directory.
-
Tristan Van Berkom authored
Remove some redundancy from the test lines.
-
Tristan Van Berkom authored
The remaining test simply loads a project with one element and asserts a value on it. This is already sufficiently tested in tests/format/project.py.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
This is the directory for all things related to loading.