aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-26 19:33:31 +0000
committerAlex Schofield <git@ajschof.me>2025-02-26 19:33:31 +0000
commit885c7d9937ca349dbdd1bc6e3a8baebd125644b2 (patch)
treee358d02e74ce4f67249bb42d4bf6d6e311b52074
parent38c8b002278c5388d5f624a285023ee0260e86db (diff)
downloadgdpr-obfuscator-885c7d9937ca349dbdd1bc6e3a8baebd125644b2.tar.gz
gdpr-obfuscator-885c7d9937ca349dbdd1bc6e3a8baebd125644b2.zip
rename main test to be more descriptive
-rw-r--r--test/test_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_core.py b/test/test_core.py
index ad2a2a6..8ee4197 100644
--- a/test/test_core.py
+++ b/test/test_core.py
@@ -23,7 +23,7 @@ def s3_client():
yield boto3.client("s3", "eu-west-2")
-def test_main_integration():
+def test_imported_module_runs_successfully_with_local_data():
with mock_aws():
s3 = boto3.client("s3", region_name="eu-west-2")
bucket = "test-bucket"
git.ajschof.me — hosted by ajschofield — powered by cgit