From cd1d728995e57cac6ff990df151f4bcebffef447 Mon Sep 17 00:00:00 2001 From: orin Date: Wed, 5 Feb 2025 17:27:27 +0200 Subject: [PATCH] add unit test and workflow --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7a7eff5..1fd76ed 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,4 +16,4 @@ jobs: pip install -r requirements.txt - name: Run tests run: | - pytest test/create_layer_unit_test.py \ No newline at end of file + PYTHONPATH=src pytest test/create_layer_unit_test.py \ No newline at end of file