Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Aug 19, 2024
1 parent 39f838a commit abdfbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
pip install black
pip install types-xmltodict
pip install types-requests
pip install pytest
pip install faker
- name: Add 'testrail_api_reporter' to PYTHONPATH
run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)/testrail_api_reporter:." >> $GITHUB_ENV
- name: Analysing the code with pylint
Expand Down
14 changes: 0 additions & 14 deletions __main__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
""" TestRail API Reporter """
# Engines
from testrail_api_reporter.engines.at_coverage_reporter import ATCoverageReporter
from testrail_api_reporter.engines.results_reporter import TestRailResultsReporter
from testrail_api_reporter.engines.plotly_reporter import PlotlyReporter
from testrail_api_reporter.engines.case_backup import TCBackup

# Publishers
from testrail_api_reporter.publishers.confluence_sender import ConfluenceSender
from testrail_api_reporter.publishers.email_sender import EmailSender
from testrail_api_reporter.publishers.slack_sender import SlackSender
from testrail_api_reporter.publishers.gdrive_uploader import GoogleDriveUploader

# Utils
from testrail_api_reporter.utils.reporter_utils import upload_image, zip_file, delete_file

0 comments on commit abdfbc0

Please sign in to comment.