katt icon indicating copy to clipboard operation
katt copied to clipboard

KATT (Klarna API Testing Tool) is an HTTP-based API testing tool for Erlang.

Results 12 katt issues
Sort by recently updated
recently updated
newest added

this is treated as valid json ``` { "a": "b", "a": "c" } ` ``

bug
blocked

*http_status definition in katt_blueprint.peg file defines that valid http_status must have exactly 3 digits, of which first digit must be in range 1...5, second and third digit can be any...