diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-26 19:33:31 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-26 19:33:31 +0000 |
| commit | 885c7d9937ca349dbdd1bc6e3a8baebd125644b2 (patch) | |
| tree | e358d02e74ce4f67249bb42d4bf6d6e311b52074 | |
| parent | 38c8b002278c5388d5f624a285023ee0260e86db (diff) | |
| download | gdpr-obfuscator-885c7d9937ca349dbdd1bc6e3a8baebd125644b2.tar.gz gdpr-obfuscator-885c7d9937ca349dbdd1bc6e3a8baebd125644b2.zip | |
rename main test to be more descriptive
| -rw-r--r-- | test/test_core.py | 2 |
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" |
