-
cd400af4
by Tristan Van Berkom
at 2019-01-11T23:04:10Z
tests: Migrate internal Loader basic test to internals directory
-
47f69e57
by Tristan Van Berkom
at 2019-01-11T23:05:55Z
tests: Migrate dependencies test to tests/format
This used to be an internal test, converted this to use the `cli` fixture.
-
114a3433
by Tristan Van Berkom
at 2019-01-11T23:05:55Z
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.
-
c97f02ab
by Tristan Van Berkom
at 2019-01-11T23:05:55Z
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.
-
048f2ffd
by Tristan Van Berkom
at 2019-01-11T23:05:55Z
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.
-
747eeee6
by Tristan Van Berkom
at 2019-01-11T23:05:55Z
tests: Renaming some tests in tests/format/project.py
Remove some redundancy from the test lines.
-
dc4bce77
by Tristan Van Berkom
at 2019-01-11T23:05:55Z
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.
-
5a86d7c9
by Tristan Van Berkom
at 2019-01-11T23:05:55Z
tests: Migrate protected variable handling tests to tests/format/variables.py
-
81885058
by Tristan Van Berkom
at 2019-01-11T23:05:55Z
tests: Migrate junctions test to tests/format/junctions.py
This is the directory for all things related to loading.