aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_extract_lambda.py
diff options
context:
space:
mode:
authorEllie <ecsymonds@gmail.com>2024-08-19 16:33:46 +0100
committerEllie <ecsymonds@gmail.com>2024-08-19 16:33:46 +0100
commit4f629e532a1e989096985dc9cd9e6f03f7b44354 (patch)
treedcfbba176b2f359c6aa5277f76a300c99051f304 /tests/test_extract_lambda.py
parent982b8fa318c9065bd9037d14c56abcd126252978 (diff)
downloadde-project-bentley-4f629e532a1e989096985dc9cd9e6f03f7b44354.tar.gz
de-project-bentley-4f629e532a1e989096985dc9cd9e6f03f7b44354.zip
add working process and upload tables test
Diffstat (limited to 'tests/test_extract_lambda.py')
-rw-r--r--tests/test_extract_lambda.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_extract_lambda.py b/tests/test_extract_lambda.py
index a4e8f2b..3405743 100644
--- a/tests/test_extract_lambda.py
+++ b/tests/test_extract_lambda.py
@@ -209,6 +209,7 @@ class TestProcessAndUploadTables:
# Run the process_and_upload_tables function
process_and_upload_tables(mock_db(), existing_files, client=s3_client)
-
# Assert that the log contains "No new data"
assert 'No new data' in caplog.text
+
+ # process and upload tables needs more tests \ No newline at end of file
git.ajschof.me — hosted by ajschofield — powered by cgit