Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#79: Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jun 23, 2021
1 parent 308de1b commit 4f9ffa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ def test_global_silent_switch_is_making_silent_all_fancy_output(self):
self.assertNotIn('[global]', full_output) # per-task (IO)

def test_tasks_are_not_showing_internal_tasks(self):
"""
Assumptions: ":exec" task is an internal task that has `internal=True` set
"""

full_output_all, exit_code_all = self.run_and_capture_output([':tasks', '--all'])
full_output_not_all, exit_code_not_all = self.run_and_capture_output([':tasks'])

Expand Down

0 comments on commit 4f9ffa4

Please sign in to comment.