Skip to content

Commit 2eae792

Browse files
committed
add missing test file.
1 parent 85d0e25 commit 2eae792

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

libs/miroflow-contrib/tests/test_demo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# SPDX-FileCopyrightText: 2025 MiromindAI
2-
# SPDX-FileCopyrightText: 2025 OpenAI
32
#
43
# SPDX-License-Identifier: Apache-2.0
5-
# SPDX-License-Identifier: MIT
64

75

86
def test_hello():

libs/miroflow/tests/test_demo.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-FileCopyrightText: 2025 MiromindAI
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
6+
def test_hello():
7+
assert 1 + 2 == 3, "just a demo"
8+
9+
10+
def test_hello_2():
11+
assert 2 + 3 == 5, "just another demo"

0 commit comments

Comments
 (0)