Module: test_quality
File: C:\Users\korde\Home\Github\task-runner-SDLC\tests\test_quality.py
Language: Python
Imports
import unittestfrom unittest.mock import patchfrom unittest.mock import MagicMockfrom unittest.mock import callfrom invoke import Contextfrom src.quality import lintfrom src.quality import run_testsfrom src.quality import securityfrom src.quality import quality_checks
Classes
Class: TestQuality (inherits from: unittest.TestCase)
No description available
Methods
test_lint(self, mock_run_command)
Decorators: @patch
No description available
Parameters
selfmock_run_command
test_run_tests(self, mock_run_command)
Decorators: @patch
No description available
Parameters
selfmock_run_command
test_security(self, mock_run_command)
Decorators: @patch
No description available
Parameters
selfmock_run_command