mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-30 07:51:10 +08:00
8 lines
151 B
Python
8 lines
151 B
Python
|
|
from test_sdkbase import TestSdk
|
||
|
|
import ragflow
|
||
|
|
import pytest
|
||
|
|
|
||
|
|
|
||
|
|
class TestCase(TestSdk):
|
||
|
|
def test_version(self):
|
||
|
|
print(ragflow.__version__)
|