microsoft/restler-fuzzer

improve diagnosability for parser failures

Aberta

#753 aberto em 5 de mai. de 2023

 (0 comentário) (0 reação) (0 responsável)Python (329 forks)auto 404
help wanted

Métricas do repositório

Stars
 (2.929 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador