bugsnag / bugsnag-go

Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
https://docs.bugsnag.com/platforms/go
MIT License
203 stars 69 forks source link

Separate test functions into scenarios #240

Closed DariaKunoichi closed 3 weeks ago

DariaKunoichi commented 3 weeks ago

Test cases from autoconfig test app moved into autoconfig_scenario. Same for nethttp app - it's moved to nethttp_scenario. Those test apps will be removed later.