持久化设备留言待收听状态并支持重启恢复
This commit is contained in:
7
talkingq-url/tests/conftest.py
Normal file
7
talkingq-url/tests/conftest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
PROJECT_ROOT = Path(__file__).resolve().parents[1]
|
||||
if str(PROJECT_ROOT) not in sys.path:
|
||||
sys.path.insert(0, str(PROJECT_ROOT))
|
||||
Reference in New Issue
Block a user