From cad8d465a13a280dee3a3d038eab578d6620383e Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 9 Jun 2024 12:25:52 +0400 Subject: [PATCH] Create test_trivial.py --- tests/python/test_trivial.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/python/test_trivial.py diff --git a/tests/python/test_trivial.py b/tests/python/test_trivial.py new file mode 100644 index 0000000..9e19b22 --- /dev/null +++ b/tests/python/test_trivial.py @@ -0,0 +1,3 @@ +def test_trivial(): + assert True +