Skip to content

Commit

Permalink
100% cover "reporter_utils"
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Aug 20, 2024
1 parent a3c5d2e commit 5e98c3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/utils/test_reporter_utils_cqptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

from faker import Faker

from testrail_api_reporter.utils.reporter_utils import check_captions_and_files # pylint: disable=import-error,no-name-in-module
from testrail_api_reporter.utils.reporter_utils import (
check_captions_and_files
) # pylint: disable=import-error,no-name-in-module

faker = Faker()

Expand Down
4 changes: 3 additions & 1 deletion tests/utils/test_reporter_utils_init_get_cases.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""Tests for the reporter_utils module, function 'init_get_cases_process'"""

from testrail_api_reporter.utils.reporter_utils import init_get_cases_process # pylint: disable=import-error,no-name-in-module
from testrail_api_reporter.utils.reporter_utils import (
init_get_cases_process
) # pylint: disable=import-error,no-name-in-module


def test_init_get_cases_process():
Expand Down

0 comments on commit 5e98c3e

Please sign in to comment.