cisagov / tpt-reports

Process to build and distribute Technical Phishing Test (TPT) reports
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Create a test case for format table #49

Closed ameliav closed 11 months ago

ameliav commented 11 months ago

๐Ÿ—ฃ Description

This PR resolves issue https://github.com/cisagov/tpt-reports/issues/25 and creates a test case for the format_table function in report_generator.py.

๐Ÿ’ญ Motivation and context

This will add a test case to an untested function and give more coverage.

๐Ÿงช Testing

All automated tests, including this new test, were successful.

โœ… Pre-approval checklist

โœ… Pre-merge checklist

โœ… Post-merge checklist

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 6326866025


Totals Coverage Status
Change from base Build 6317492259: 0.0%
Covered Lines: 0
Relevant Lines: 0

๐Ÿ’› - Coveralls
dav3r commented 11 months ago

Also, the "Testing" section of this PR's description is blank. You should always include some explanation of how the changes were tested, even it's something simple like "All automated tests, including this new test, were successful."