From 689e43b4ba5e88faccbef9b0f7f3e45a4d519744 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Tue, 11 Feb 2025 13:23:19 +0000 Subject: add initial tests for csv_reader --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..ad5c7cc --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +pythonpath = . src -- cgit v1.2.3