From 885c7d9937ca349dbdd1bc6e3a8baebd125644b2 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Wed, 26 Feb 2025 19:33:31 +0000 Subject: rename main test to be more descriptive --- test/test_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3