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

Add parse JSON test in test_tpt_reports.py #52

Closed taylornguyenntt closed 11 months ago

taylornguyenntt commented 11 months ago

๐Ÿ—ฃ Description

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

๐Ÿ’ญ Motivation and context

This will add a test case to an untested function.

๐Ÿงช Testing

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

โœ… Pre-approval checklist

โœ… Pre-merge checklist

โœ… Post-merge checklist

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."

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 6316800913


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

๐Ÿ’› - Coveralls