Module: test_licenser
File: C:\Users\korde\Home\Github\task-runner-SDLC\tests\test_licenser.py
Language: Python
Imports
import unittestfrom unittest.mock import patchfrom unittest.mock import MagicMockfrom pathlib import Pathfrom src.licenser import get_filesfrom src.licenser import license_textfrom src.licenser import add_headerfrom src.config import Config
Classes
Class: TestLicenser (inherits from: unittest.TestCase)
No description available
Methods
test_add_header_add(self, mock_get_files)
Decorators: @patch
No description available
Parameters
selfmock_get_files
test_add_header_remove(self, mock_get_files)
Decorators: @patch
No description available
Parameters
selfmock_get_files
test_get_files(self, mock_rglob)
Decorators: @patch
No description available
Parameters
selfmock_rglob
test_license_text_html(self)
No description available
Parameters
self
test_license_text_py(self)
No description available
Parameters
self