commit | a7f73434a6fa95b2f14c476e8a1d3d10590946d5 | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Sat Feb 29 20:34:45 2020 -0800 |
committer | Anthony Sottile <asottile@umich.edu> | Sat Feb 29 20:34:45 2020 -0800 |
tree | 69603417a7368bd390c29bbbed2b16ddb30ed099 | |
parent | 23d4811e19afa3d053c881e5439788bc4383ff9b [diff] [blame] |
Use covdefaults to handle coveragerc
diff --git a/tests/detect_aws_credentials_test.py b/tests/detect_aws_credentials_test.py index 41b7b0a..4f00744 100644 --- a/tests/detect_aws_credentials_test.py +++ b/tests/detect_aws_credentials_test.py
@@ -1,5 +1,6 @@ +from unittest.mock import patch + import pytest -from mock import patch from pre_commit_hooks.detect_aws_credentials import get_aws_cred_files_from_env from pre_commit_hooks.detect_aws_credentials import get_aws_secrets_from_env