summaryrefslogtreecommitdiff
path: root/tests/frontend/show.py
Commit message (Collapse)AuthorAgeFilesLines
* tests/frontend: Add test for invalid element-pathelement-path_not_validatedPhillip Smyth2018-11-121-0/+13
|
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-021-2/+2
|
* tests/frontend/show.py: Add test case for maximum recursion depth being exceededPhil Dawson2018-07-251-2/+58
| | | | | | | Add test to ensure gracefull handling of exception thrown while loading a pipeline due the python's max recursion depth being exceeded. This is part of the work for issue #203
* Interpret names as colon separated junction path in loader.Valentin David2018-06-081-4/+43
| | | | | | 'a.bst:b.bst' gets interpreted as 'b.bst' from junction 'a.bst'. Part of #359.
* Load and save junctioned source refs from/to junction.refsTristan Van Berkom2018-04-251-1/+1
| | | | | | | | | | | | o _projectrefs.py: Additional constructor option to choose the base name o _project.py: Load two ProjectRefs objects, one for the junctions o source.py: Load and save junctioned source refs with the appropriate ProjectRefs object o tests: Updated some tests to expect junctions to be stored in junction.refs This fixes issue #361
* tests/frontend/show.py: Removing some unused variablesTristan Van Berkom2018-04-141-2/+0
|
* tests/frontend/show.py: Test behaviors of showing junctioned elementsTristan Van Berkom2018-04-051-1/+92
| | | | | | | | | | o Test error conditions for showing an unfetched junctioned project o Test error conditions for showing an untracked junctioned project Both tests check both modes of ref-storage. This adds a new shared helper function `generate_junction`
* tests/frontend: Updating tests to use new error checksTristan Van Berkom2018-01-011-4/+4
| | | | | This also fixes #177 - the problem here was solved simply by passing the project directory to `cli.run(project=project...)`
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-131-6/+4
| | | | And also adapted them to remove any occurrences of HAVE_ROOT.
* Add tests for multiple targetsTristan Maat2017-11-041-0/+53
|
* tests/frontend/show.py: Added test for `bst show`Tristan Van Berkom2017-09-041-0/+55