Skip to content

Commit

Permalink
doc: add context to the test
Browse files Browse the repository at this point in the history
A missing sub config file will catch the error and forward it to the UI for feedback.
  • Loading branch information
KernAttila committed Mar 28, 2023
1 parent b5991f4 commit 67d88c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuesubmit/tests/Config_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def test__should_feed_error_on_missing_sub_config_from_env_var(self):
'"config_file" should be replaced by the sub_config values')
self.assertTrue(isinstance(sub_job_config.get('options',{}).get('{ERROR}'),
FileNotFoundError))
# note: it does not raise, just feed it to the UI for feedback



Expand Down

0 comments on commit 67d88c1

Please sign in to comment.