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

Patch dependent function in report gen test case #57

Closed ameliav closed 1 year ago

ameliav commented 1 year ago

💡 Summary

Patch a dependent function in the report gen test case so that an output is not produced in testing.

Motivation and context

This would be useful because we want to only test our function- not the dependent ones. We also don't want to produce a pdf.

Implementation notes

Research and decide the cleanest way to patch test functions.

Acceptance criteria