From 7fbc0e54a6ef57810d1181aaa62c1e8605eae254 Mon Sep 17 00:00:00 2001 From: alisterburt Date: Thu, 19 May 2022 14:42:46 +0100 Subject: [PATCH] add stub test --- tests/test_stub.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_stub.py b/tests/test_stub.py index e69de29..14fd762 100644 --- a/tests/test_stub.py +++ b/tests/test_stub.py @@ -0,0 +1,2 @@ +def test_stub(): + assert 1 != 0