Releases: wu-clan/httpfpt
Releases · wu-clan/httpfpt
v0.1.0a1
What's Changed
- 添加基于github的ci工作流 by @wu-clan in #8
- 添加更多typing提示基于ruff规则 by @wu-clan in #10
- Bump requests from 2.25.1 to 2.31.0 by @dependabot in #11
- 💥 重命名项目名为httpfpt by @wu-clan in #12
New Contributors
- @dependabot made their first contribution in #11
Full Changelog: v0.0.6a1...v0.1.0a1
v0.0.6a1
What's Changed
- Update the usage documentation to httpfpt
- Fix the messy code of test report email attachment
- Add test data architecture validation
- Update testcase auto-generator based on black
- Add ruff support
- Add pre-commit support
- Add black support
Full Changelog: v0.0.5a3...v0.0.6a1
v0.0.5a3
What's Changed
- Update json assertion type
not contains
tonot_contains
- Update logging console output default state to off
- Add pytest run parameter console printing
- Remove all support for excel as use case data file
- Fix use case data schema model section parameters type, note that it is currently not defined as very strict
- Add pydantic data validation, which is currently optional
- Fix the lack of condition judgment when parsing some nullable parameters
Full Changelog: v0.0.5a2...v0.0.5a3
v0.0.5a2
What's Changed
- Add use case unique id detection and duplicate id coordinate capture output
- Update request data parsing rules
- Add engine built-in raise_for_status method to trigger request exception in advance
- Fix headers type auto parsing not updated to request data
- Upgrade pytest==7.2.2, and set minimum version to >=7.0.0
Full Changelog: v0.0.5a1...v0.0.5a2