-
e7e0933a
by Tristan Van Berkom
at 2019-01-12T20:10:23Z
tests: Migrate dependency order/iteration testing to the format tests
Created new `tests/format/iteration.py` which tests the order in
which elements are iterated over in various scopes in a loaded
data model.
-
9f28e2df
by Tristan Van Berkom
at 2019-01-12T20:10:23Z
tests: Migrate test for load_ref() unsupporting plugins into format/project.py
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.
-
85f82e2d
by Tristan Van Berkom
at 2019-01-12T20:10:23Z
tests: Migrate preflight error handling check to tests/format/project.py
This is where other load time related plugin error handling is
checked, and is the last thing to remove in the `tests/pipeline`
directory.
-
9fa7c33d
by Tristan Van Berkom
at 2019-01-12T20:10:23Z
tests: Renaming some tests in tests/format/project.py
Remove some redundancy from the test lines.
-
f61b4cb6
by Tristan Van Berkom
at 2019-01-12T20:10:23Z
tests: Removing tests/pipeline/load.py
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.
-
aedde2f7
by Tristan Van Berkom
at 2019-01-12T20:10:24Z
tests: Migrate protected variable handling tests to tests/format/variables.py
-
15c63086
by Tristan Van Berkom
at 2019-01-12T20:10:24Z
tests: Migrate junctions test to tests/format/junctions.py
This is the directory for all things related to loading.