Skip to content

Commit 25680d4

Browse files
authored
Add tests for ETL functionality (#143)
1 parent f1ab08b commit 25680d4

File tree

5 files changed

+373
-58
lines changed

5 files changed

+373
-58
lines changed

poetry.lock

Lines changed: 63 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,6 @@ markers = [
101101
"tls: tests related to tls.",
102102
"udf: tests related to user defined functions.",
103103
"pandas: tests related to support of pandas library.",
104+
"etl: etl related tests, export, load (import) and transform data.",
104105
"misc: miscellaneous tests which did not fit in the other categories."
105106
]

0 commit comments

Comments
 (0)