Module: test_main
File: C:\Users\korde\Home\Github\task-runner-SDLC\tests\test_main.py
Language: Python
Imports
import unittestfrom unittest.mock import patchfrom io import StringIOfrom main import main
Classes
Class: TestMain (inherits from: unittest.TestCase)
No description available
Methods
test_main(self, mock_stdout)
Decorators: @patch
No description available
Parameters
selfmock_stdout