-
e1e21a05
by Tristan Van Berkom
at 2019-01-11T21:10:48Z
tests: Migrate completions test to tests/frontend
-
2d02e384
by Tristan Van Berkom
at 2019-01-11T21:10:48Z
tests: Migrate `--except` testing to tests/frontend/show.py
The tests/pipeline directory will be removed, and this test
is the better of the two but also redundant with the one in
tests/frontend/show.
Renamed existing test in show.py to `test_show_except_simple`
and added the better test as `test_show_except` below it.
-
033bad39
by Tristan Van Berkom
at 2019-01-11T22:00:50Z
tests: Migrate virtual directory storage test to internals directory
Grouping bits of internal testing together here
-
c2669cac
by Tristan Van Berkom
at 2019-01-11T22:00:50Z
tests: Migrate storage test to the internals directory
-
7a65a147
by Tristan Van Berkom
at 2019-01-11T22:00:50Z
tests: Migrate yaml test to the internals directory
-
d83b5ff7
by Tristan Van Berkom
at 2019-01-11T22:00:50Z
tests: Migrate utils tests into internals directory
-
8fc7bd9f
by Tristan Van Berkom
at 2019-01-11T22:00:50Z
tests: Migrate context test into the internals directory
-
dfcae499
by Tristan Van Berkom
at 2019-01-11T22:40:35Z
tests: Migrate plugin factory test to internals directory
-
f07e7d1f
by Tristan Van Berkom
at 2019-01-11T22:40:35Z
tests: Migrate plugin loading test to internals directory
-
80c0a198
by Tristan Van Berkom
at 2019-01-11T22:40:35Z
tests: Removing tests/plugins/third_party.py
This tests exactly the same thing that is tested in
tests/internals/pluginfactory.py (the new location
of tests/plugins/basics.py).
-
87de62f1
by Tristan Van Berkom
at 2019-01-11T22:40:35Z
tests: Rename `plugins` directory to `elements` directory
Now that the remaining test "filter.py" in the plugins directory
tests a specific element, it makes sense to create a place for
testing elements, just like we do for sources.
-
921f5429
by Tristan Van Berkom
at 2019-01-11T22:40:35Z
tests: Migrate internal Loader basic test to internals directory
-
4ddcffaa
by Tristan Van Berkom
at 2019-01-11T22:40:35Z
tests: Migrate dependencies test to tests/format
This used to be an internal test, converted this to use the `cli` fixture.
-
e5fd96d4
by Tristan Van Berkom
at 2019-01-11T22:40:35Z
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.
-
8fd3bb40
by Tristan Van Berkom
at 2019-01-11T22:40:36Z
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.
-
042bef58
by Tristan Van Berkom
at 2019-01-11T22:40:36Z
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.
-
2d319450
by Tristan Van Berkom
at 2019-01-11T22:40:36Z
tests: Renaming some tests in tests/format/project.py
Remove some redundancy from the test lines.
-
a6bec627
by Tristan Van Berkom
at 2019-01-11T22:40:36Z
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.
-
31cd6b17
by Tristan Van Berkom
at 2019-01-11T22:40:36Z
tests: Migrate protected variable handling tests to tests/format/variables.py
-
e9731366
by Tristan Van Berkom
at 2019-01-11T22:40:36Z
tests: Migrate junctions test to tests/format/junctions.py
This is the directory for all things related to loading.