diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-27 15:36:12 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-27 15:36:12 +0100 |
| commit | 843f11c302a2a9089c3726342cd1231015f074f7 (patch) | |
| tree | eaebb27347150f37e80ae8e3d271d6c48241f428 | |
| parent | f5bccf178ea1ebce213efd0518af63d74b00a11c (diff) | |
| download | de-project-bentley-843f11c302a2a9089c3726342cd1231015f074f7.tar.gz de-project-bentley-843f11c302a2a9089c3726342cd1231015f074f7.zip | |
docs: add comments for upload tests
| -rw-r--r-- | tests/test_load_lambda.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py index 98ab36b..a29b75a 100644 --- a/tests/test_load_lambda.py +++ b/tests/test_load_lambda.py @@ -183,4 +183,7 @@ class TestConvertParquetToDfs: class TestUploadDfsToDatabase: + # Full success test + # Partial success test + # Failure test pass |
