Meituan-Dianping / lyrebird

移动应用插件化测试工作台
https://meituan-dianping.github.io/lyrebird/
MIT License
1.16k stars 246 forks source link

Adding support for HTTP PATCH method in mock server #829

Closed KevinSJ closed 7 months ago

KevinSJ commented 7 months ago

Please let me know if any tests need to be added/modified.

Closes #828

noO0oOo0ob commented 7 months ago

Thank you for your contribution to the project. You can add unit tests for PATCH method in ./tests/test_mock_server.py. Also, if you wish, please add the unit tests for PUT method.

KevinSJ commented 7 months ago

@noO0oOo0ob I've updated the tests, please review at your convenience.