HampusMat / Syrette

The convenient dependency injection library for Rust. Mirror of https://git.hampusmat.com/syrette
https://git.hampusmat.com/syrette
Apache License 2.0
20 stars 3 forks source link

Make tests not return Results #12

Closed HampusMat closed 1 year ago

HampusMat commented 1 year ago

Having a test return a Result makes it a major pain the butt to find out were Errs occur. No line number is printed as it is when unwrap or expect is used.

HampusMat commented 1 year ago

Completed with fc822485454dd8f03ce7c4635f81272daf6f9abd