microsoft/restler-fuzzer

improve diagnosability for parser failures

Offen

#753 geöffnet am 05.05.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (329 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (2.929 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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