ragflow / SDK /python /test /test_basic.py
cecilia-uu
create the python sdk to return version (#1039)
c881efa
raw
history blame
151 Bytes
from test_sdkbase import TestSdk
import ragflow
import pytest
class TestCase(TestSdk):
def test_version(self):
print(ragflow.__version__)