Logo
Explore Help
Register Sign In
congsh/planManage
1
0
Fork 0
You've already forked planManage
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
planManage/pytest.ini

11 lines
188 B
INI
Raw Permalink Normal View History

test: 添加测试框架和全面的单元测试 - 添加 pytest 配置和测试依赖到 requirements.txt - 创建测试包结构和 fixtures (conftest.py) - 添加数据库模块的 CRUD 操作测试 (test_database.py) - 添加 Provider 插件系统测试 (test_providers.py) - 添加调度器模块测试 (test_scheduler.py) - 添加 API 路由测试 (test_api.py) - 添加回归测试覆盖边界条件和错误处理 (test_regressions.py) - 添加健康检查端点用于容器监控 - 修复调度器中的日历计算逻辑和任务执行参数处理 - 更新数据库函数以返回操作结果状态
2026-03-31 22:36:18 +08:00
[pytest]
testpaths = tests
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
addopts =
-v
--strict-markers
--tb=short
markers =
asyncio: mark test as async
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 27ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API