Skip to content

Commit e20bfa0

Browse files
add new functions
BREAKING CHANGE: chnage function parameters order
1 parent f80a7fa commit e20bfa0

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

tests/__init__.py

Whitespace-only changes.
157 Bytes
Binary file not shown.
284 Bytes
Binary file not shown.
827 Bytes
Binary file not shown.

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import pytest

tests/test_geode_functions.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from .srcimport import geode_functions
2+
3+
4+
def test_is_model():
5+
response = geode_functions.is_model("BRep")
6+
assert response == True

0 commit comments

Comments
 (0)