diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_csv_reader.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_csv_reader.py b/test/test_csv_reader.py index 271adae..f59a5a7 100644 --- a/test/test_csv_reader.py +++ b/test/test_csv_reader.py @@ -1,6 +1,8 @@ # csv_reader.py - tests # Author: Alex Schofield +import boto3 +from moto import mock_s3 from obfuscator.csv_reader import CSVReader reader = CSVReader() |
