From 74889001ae920884f407ce27f101093698b904e2 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Thu, 22 Jul 2021 18:50:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20TESTS:=20Add=20null=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_basic.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/test_basic.py diff --git a/tests/test_basic.py b/tests/test_basic.py new file mode 100644 index 0000000..1aae20e --- /dev/null +++ b/tests/test_basic.py @@ -0,0 +1,3 @@ +def test_basic(): + """Basic test """ + pass