Commit 050358c5 authored by jichao's avatar jichao

修复资产池testcase缺陷

parent 44a85fee
import logging
import unittest
from py_jftech import autowired
from api import AssetPool
class AssetPoolTest(unittest.TestCase):
logger = logging.getLogger(__name__)
@autowired
def test_something(self, pool: AssetPool = None):
self.logger.info(pool)
if __name__ == '__main__':
unittest.main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment