aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-18 17:05:19 +0000
committerAlex Schofield <git@ajschof.me>2025-02-18 17:05:19 +0000
commit4a2b7bbae7c95ade8bcb13ae1ea270469b685f0f (patch)
tree4d793afed597b0ebc0f8f02bf42c2130d0ba39fc /test
parenta104e4a04c914eed6b2a9c52107cdbf7f164d106 (diff)
downloadgdpr-obfuscator-4a2b7bbae7c95ade8bcb13ae1ea270469b685f0f.tar.gz
gdpr-obfuscator-4a2b7bbae7c95ade8bcb13ae1ea270469b685f0f.zip
add & import boto3 and moto to pyproject.toml/test_csv_reader.py
Diffstat (limited to 'test')
-rw-r--r--test/test_csv_reader.py2
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()
git.ajschof.me — hosted by ajschofield — powered by cgit