You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. from test_sdkbase import TestSdk
  2. import ragflow
  3. from ragflow.ragflow import RAGFLow
  4. import pytest
  5. class TestCase(TestSdk):
  6. def test_version(self):
  7. print(ragflow.__version__)
  8. def test_create_dataset(self):
  9. assert ragflow.ragflow.RAGFLow('123', 'url').create_dataset('abc') == 'abc'