terraform-compliance / cli

a lightweight, security focused, BDD test framework against terraform.
https://terraform-compliance.com
MIT License
1.34k stars 151 forks source link

fix: replace mock module with unittest.mock #668

Closed burningalchemist closed 1 year ago

burningalchemist commented 1 year ago

As in #666, also with fixed imports in tests.

fixes #667

eerkunt commented 1 year ago

lets see if unittests pass

burningalchemist commented 1 year ago

@eerkunt passed tests on my localhost, let's see on CI. 👍

eerkunt commented 1 year ago

thanks a lot mate!