aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_load_lambda.py
diff options
context:
space:
mode:
authorEllie <ecsymonds@gmail.com>2024-08-23 17:06:59 +0100
committerEllie <ecsymonds@gmail.com>2024-08-23 17:06:59 +0100
commit0ff29566a1eb9551bb83bcc07705c932d22f8c08 (patch)
tree4d18df1edfe64714d3512850fdf42cfb23e17cbc /tests/test_load_lambda.py
parente26b7be8331d89826fbf95e1b1bd4fe88186c307 (diff)
downloadde-project-bentley-0ff29566a1eb9551bb83bcc07705c932d22f8c08.tar.gz
de-project-bentley-0ff29566a1eb9551bb83bcc07705c932d22f8c08.zip
add updated test
Diffstat (limited to 'tests/test_load_lambda.py')
-rw-r--r--tests/test_load_lambda.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py
index 3e42c2a..e04ccec 100644
--- a/tests/test_load_lambda.py
+++ b/tests/test_load_lambda.py
@@ -69,10 +69,10 @@ class TestConvertParquetToDfs:
result = convert_parquet_files_to_dfs(bucket_name="transform_bucket", client=mock_s3_client)
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_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
class TestUploadDfsToDatabase:
pass \ No newline at end of file
git.ajschof.me — hosted by ajschofield — powered by cgit