test: add test import (#242)

* add test import

* format with isort

* format with black

* merge main

* fix pytest error

* fix pytest error

* fix pytest error

* fix pytest error

* format with black

* fix pytest error

* fix pytest error

* fix pytest error

* fix pytest error

* fix pytest error

* format with isort

* Exclude entrance

* Add offline test

* auto-lint

* update coverage rate

---------

Co-authored-by: Young <afe.young@gmail.com>
This commit is contained in:
Linlang
2024-09-06 17:18:52 +08:00
committed by GitHub
parent 0dc9247153
commit 9dd35307a1
9 changed files with 111 additions and 248 deletions
+3
View File
@@ -1,5 +1,7 @@
import unittest
import pytest
from rdagent.core.utils import SingletonBaseClass
@@ -15,6 +17,7 @@ class A(SingletonBaseClass):
return self.__str__()
@pytest.mark.offline
class MiscTest(unittest.TestCase):
def test_singleton(self):
print("a1=================")