microsoft/restler-fuzzer

improve diagnosability for parser failures

Open

#753 opened on May 5, 2023

 (0 comments) (0 reactions) (0 assignees)Python (329 forks)auto 404
help wanted

Repository metrics

Stars
 (2,929 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

The line in the network log that contains the parser failure needs to be easily identifiable. Currently, only the error is printed, for example:

2023-05-04 18:52:27.468: module 'inspect' has no attribute 'getargspec'

It would also be helpful to add the exception to speccov.json.

Contributor guide