From 3f3d925a7b2851bf04eed52ca9eaa2b4923287f2 Mon Sep 17 00:00:00 2001 From: Ivar Flakstad <69173633+ivarflakstad@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:06:08 +0100 Subject: [PATCH] Add test stub so CI passes --- app/tests/stub.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/tests/stub.py diff --git a/app/tests/stub.py b/app/tests/stub.py new file mode 100644 index 00000000..201975fc --- /dev/null +++ b/app/tests/stub.py @@ -0,0 +1,2 @@ +def test_placeholder(): + pass