summaryrefslogtreecommitdiff
path: root/tests/frontend/track.py
Commit message (Expand)AuthorAgeFilesLines
* tests/frontend/track.py: test_track_error_cannot_write_file() fixupTristan Van Berkom2019-01-241-4/+3
* tests/frontend/track.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-8/+12
* tests/testutils/runcli.py: Make get_element_states() take a list of targetsTristan Van Berkom2019-01-241-2/+2
* tests/frontend/track.py: Use test_track_recurse() to stress test SourcesTristan Van Berkom2019-01-181-13/+47
* Introduce new "source" command groupChandan Singh2018-12-141-24/+24
* Report processing errors from trackingValentin David2018-08-301-0/+34
* Fix tracking of junctions used in project.conf.Valentin David2018-08-131-0/+22
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-021-0/+132
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-021-2/+2
* Allow tracking dependencies within sub-projects.Valentin David2018-06-081-0/+43
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-2/+2
* tests/frontend/track.py: Added test for `bst track --deps none`Tristan Van Berkom2018-04-191-0/+40
* _frontend/cli.py, _pipeline.py: Add options for cross junction tracking.Tristan Van Berkom2018-04-121-9/+26
* tests/frontend/track.py: Added junction related testsTristan Van Berkom2018-04-051-2/+76
* tests/frontend: Share the configure_project() functionTristan Van Berkom2018-04-051-6/+2
* tests/frontend/track.py: Test that we fail gracefully for post tracking errorsTristan Van Berkom2018-03-211-0/+21
* tests/frontend/track.py: Testing behavior of cross junction trackingTristan Van Berkom2018-03-201-0/+74
* tests/frontend/track.py: Test tracking with optionalityTristan Van Berkom2018-03-201-4/+56
* tests/frontend/track.py: Testing that this works with project.refsTristan Van Berkom2018-03-201-1/+18
* tests/frontend: Updating tests to use new error checksTristan Van Berkom2018-01-011-6/+6
* Remove unused imports in test filesGökçen Nurlu2017-12-071-1/+0
* tests/frontend/track.py: Added tests for recursive tracking and --exceptTristan Van Berkom2017-10-301-10/+103
* Fix tests for other platformsTristan Maat2017-09-281-0/+1
* Restructuring tests using the Repo and CliTristan Van Berkom2017-09-041-4/+2
* tests/frontend/track.py: Added test case for `bst track`Tristan Van Berkom2017-09-041-0/+57