refactor: 重构配置模块
This commit is contained in:
7
tests/test_config.py
Normal file
7
tests/test_config.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from src.config.config import global_config
|
||||
|
||||
|
||||
class TestConfig:
|
||||
def test_load(self):
|
||||
config = global_config
|
||||
print(config)
|
||||
Reference in New Issue
Block a user