LukasKalbertodt / libtest-mimic

A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`
https://docs.rs/libtest-mimic
Apache License 2.0
99 stars 28 forks source link

args: Add Arguments::from_iter #5

Closed cgwalters closed 4 years ago

cgwalters commented 4 years ago

I'm working on a test suite for https://github.com/ostreedev/ostree/ and I want to have both destructive tests and non-destructive tests in the same binary. I'm doing my own argument parsing for the destructive tests and then want to use this crate for the non-destructive ones.

LukasKalbertodt commented 4 years ago

The CI failure is not due to your PR (and it's just a style thing). I will merge yours and fix that stuff on master later.

Also, "funny" thing I just noticed: the Travis cache was over 8GB which explains why the "downloading cache" step too forever. Ouch. Will move to GitHub actions soon anyway.

Thanks for the PR again!

LukasKalbertodt commented 4 years ago

Released as 0.3.0!