Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DE_answers/test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import pytest
from etl_2 import check_csv_row_count, csv_file
from etl_2 import check_csv_row_count

csv_file = "DE/csv/sales.csv"


def test_check_csv_row_count():
Expand Down