Commits on Source (21)
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
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.
-
Tristan Van Berkom authored
Grouping bits of internal testing together here
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
This tests exactly the same thing that is tested in tests/internals/pluginfactory.py (the new location of tests/plugins/basics.py).
-
Tristan Van Berkom authored
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.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
This used to be an internal test, converted this to use the `cli` fixture.
-
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.
-
Tristan Van Berkom authored
General refactor in tests directory See merge request !1062
Showing
- tests/elements/__init__.py 0 additions, 0 deletionstests/elements/__init__.py
- tests/elements/filter.py 0 additions, 0 deletionstests/elements/filter.py
- tests/elements/filter/basic/element_plugins/dynamic.py 0 additions, 0 deletionstests/elements/filter/basic/element_plugins/dynamic.py
- tests/elements/filter/basic/elements/deps-permitted.bst 0 additions, 0 deletionstests/elements/filter/basic/elements/deps-permitted.bst
- tests/elements/filter/basic/elements/forbidden-also-rdep.bst 0 additions, 0 deletionstests/elements/filter/basic/elements/forbidden-also-rdep.bst
- tests/elements/filter/basic/elements/forbidden-multi-bdep.bst 0 additions, 0 deletions...s/elements/filter/basic/elements/forbidden-multi-bdep.bst
- tests/elements/filter/basic/elements/forbidden-no-bdep.bst 0 additions, 0 deletionstests/elements/filter/basic/elements/forbidden-no-bdep.bst
- tests/elements/filter/basic/elements/forbidden-source.bst 0 additions, 0 deletionstests/elements/filter/basic/elements/forbidden-source.bst
- tests/elements/filter/basic/elements/input-dynamic.bst 0 additions, 0 deletionstests/elements/filter/basic/elements/input-dynamic.bst
- tests/elements/filter/basic/elements/input.bst 0 additions, 0 deletionstests/elements/filter/basic/elements/input.bst
- tests/elements/filter/basic/elements/output-dynamic-include.bst 0 additions, 0 deletions...elements/filter/basic/elements/output-dynamic-include.bst
- tests/elements/filter/basic/elements/output-exclude.bst 0 additions, 0 deletionstests/elements/filter/basic/elements/output-exclude.bst
- tests/elements/filter/basic/elements/output-include.bst 0 additions, 0 deletionstests/elements/filter/basic/elements/output-include.bst
- tests/elements/filter/basic/elements/output-orphans.bst 0 additions, 0 deletionstests/elements/filter/basic/elements/output-orphans.bst
- tests/elements/filter/basic/files/bar 0 additions, 0 deletionstests/elements/filter/basic/files/bar
- tests/elements/filter/basic/files/baz 0 additions, 0 deletionstests/elements/filter/basic/files/baz
- tests/elements/filter/basic/files/foo 0 additions, 0 deletionstests/elements/filter/basic/files/foo
- tests/elements/filter/basic/project.conf 0 additions, 0 deletionstests/elements/filter/basic/project.conf
- tests/format/dependencies.py 224 additions, 0 deletionstests/format/dependencies.py
- tests/format/dependencies1/elements/alldep.bst 2 additions, 2 deletionstests/format/dependencies1/elements/alldep.bst
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
tests/format/dependencies.py
0 → 100644