Star
1
Fork
4
代码
介绍
代码
Issues
Pull Requests
3
流水线
Actions
项目讨论
Wiki
项目成员
61
分析
项目设置
Star
1
Fork
4
master
wittyhub
/
tests
/
conftest.py
下载
D
duan_pengjie
Initial commit: SkillHub platform with Vue.js frontend
5b57b782
创建于
5月15日
历史提交
import
pytest
@pytest.fixture(
scope=
"session"
)
def
anyio_backend
():
return
"asyncio"