diff options
| author | Ellie <ecsymonds@gmail.com> | 2024-08-19 16:33:46 +0100 |
|---|---|---|
| committer | Ellie <ecsymonds@gmail.com> | 2024-08-19 16:33:46 +0100 |
| commit | 4f629e532a1e989096985dc9cd9e6f03f7b44354 (patch) | |
| tree | dcfbba176b2f359c6aa5277f76a300c99051f304 | |
| parent | 982b8fa318c9065bd9037d14c56abcd126252978 (diff) | |
| download | de-project-bentley-4f629e532a1e989096985dc9cd9e6f03f7b44354.tar.gz de-project-bentley-4f629e532a1e989096985dc9cd9e6f03f7b44354.zip | |
add working process and upload tables test
| -rw-r--r-- | tests/test_extract_lambda.py | 3 |
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 |
