aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEllie <ecsymonds@gmail.com>2024-08-22 16:56:15 +0100
committerEllie <ecsymonds@gmail.com>2024-08-22 16:56:15 +0100
commit828e8292440d4395fbb00afff4e35ff194f07a95 (patch)
tree85858981af3308c72a1c4d3d463b307458a45109 /tests
parent67de54d70ee918bbaf537cb2c119990c4a70c9a7 (diff)
downloadde-project-bentley-828e8292440d4395fbb00afff4e35ff194f07a95.tar.gz
de-project-bentley-828e8292440d4395fbb00afff4e35ff194f07a95.zip
wip: add test file for load lambda
Diffstat (limited to 'tests')
-rw-r--r--tests/test_load_lambda.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py
new file mode 100644
index 0000000..0572340
--- /dev/null
+++ b/tests/test_load_lambda.py
@@ -0,0 +1,9 @@
+import boto3
+import pandas as pd
+import pyarrow.parquet as pq
+from io import BytesIO
+from src.load_lambda import convert_parquet_files_to_dataframes
+
+class TestConvertParquetToDFs:
+ def test_convert_parquet_to_dfs_returns_df():
+ \ No newline at end of file
git.ajschof.me — hosted by ajschofield — powered by cgit