aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_load_lambda.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-28 12:02:54 +0100
committerAlex Schofield <git@ajschof.me>2024-08-28 12:02:54 +0100
commitf109d5b2856efe6b2822e4376fd06b773fa5c4a1 (patch)
tree929afe0b4a8f8f6b946e3291910a09b8496e554e /tests/test_load_lambda.py
parent5ae0d01c0429833e61e36c73d2fad4aef565ddd2 (diff)
downloadde-project-bentley-f109d5b2856efe6b2822e4376fd06b773fa5c4a1.tar.gz
de-project-bentley-f109d5b2856efe6b2822e4376fd06b773fa5c4a1.zip
chore: remove commented code
Diffstat (limited to 'tests/test_load_lambda.py')
-rw-r--r--tests/test_load_lambda.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py
index cb27178..290576f 100644
--- a/tests/test_load_lambda.py
+++ b/tests/test_load_lambda.py
@@ -160,11 +160,6 @@ class TestConvertParquetToDfs:
)
assert result == {}
- # def test_function_returns_dictionary_with_table_with_file_key():
- # # need to mock parquet file and upload to mock bucket
- # result = convert_parquet_files_to_dfs(bucket_name="transform_bucket", client=mock_s3_client)
- # assert "dim_staff" in result
-
def test_function_returns_dictionary_with_file_key_and_dataframe(
self, mock_s3_client
):
git.ajschof.me — hosted by ajschofield — powered by cgit