From 8a4aa6a2e9ed67beda8f03e838ef7b904b92537d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Schn=C3=A4pp?= <981166+Criamos@users.noreply.github.com> Date: Thu, 2 Sep 2021 11:34:22 +0200 Subject: [PATCH] create tests folder (squashed commit) - move test_placeholder.py to "tests"-directory - add test_placeholder to check if pytest goes green --- tests/test_placeholder.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/test_placeholder.py diff --git a/tests/test_placeholder.py b/tests/test_placeholder.py new file mode 100644 index 00000000..201975fc --- /dev/null +++ b/tests/test_placeholder.py @@ -0,0 +1,2 @@ +def test_placeholder(): + pass