Module: test_quality

File: C:\Users\korde\Home\Github\task-runner-SDLC\tests\test_quality.py Language: Python

Imports

  • import unittest
  • from unittest.mock import patch
  • from unittest.mock import MagicMock
  • from unittest.mock import call
  • from invoke import Context
  • from src.quality import lint
  • from src.quality import run_tests
  • from src.quality import security
  • from 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

  • self
  • mock_run_command

test_run_tests(self, mock_run_command)

Decorators: @patch

No description available

Parameters

  • self
  • mock_run_command

test_security(self, mock_run_command)

Decorators: @patch

No description available

Parameters

  • self
  • mock_run_command