-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39f838a
commit abdfbc0
Showing
2 changed files
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |