We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d0e25 commit 2eae792Copy full SHA for 2eae792
libs/miroflow-contrib/tests/test_demo.py
@@ -1,8 +1,6 @@
1
# SPDX-FileCopyrightText: 2025 MiromindAI
2
-# SPDX-FileCopyrightText: 2025 OpenAI
3
#
4
# SPDX-License-Identifier: Apache-2.0
5
-# SPDX-License-Identifier: MIT
6
7
8
def test_hello():
libs/miroflow/tests/test_demo.py
@@ -0,0 +1,11 @@
+# SPDX-FileCopyrightText: 2025 MiromindAI
+#
+# SPDX-License-Identifier: Apache-2.0
+
+def test_hello():
+ assert 1 + 2 == 3, "just a demo"
9
10
+def test_hello_2():
11
+ assert 2 + 3 == 5, "just another demo"
0 commit comments