marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
94 stars 10 forks source link

Complete coverage for JSON kwarg processing. #169

Closed amcgregor closed 7 years ago

amcgregor commented 7 years ago

The JSONKwargsExtension is currently missing tests. Need to cover the empty body and successful processing scenarios, plus update the extension to make use of the stub _process_rich_kwargs.

amcgregor commented 7 years ago

Done.