aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_init.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_init.py')
-rw-r--r--test/test_init.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/test_init.py b/test/test_init.py
deleted file mode 100644
index 0915f13..0000000
--- a/test/test_init.py
+++ /dev/null
@@ -1,12 +0,0 @@
-from gdpr_obfuscator import Obfuscator
-import moto
-
-obfuscator = Obfuscator()
-
-
-def test_main_integration():
- test_source = "s3://test-bucket/data.csv"
- result = obfuscator.process_s3(test_source, ["name"])
- result_str = result.decode("utf-8")
- assert "John" not in result_str
- assert "***" in result_str
git.ajschof.me — hosted by ajschofield — powered by cgit