andoriyu / cargo-suity

This tool helps you automate testing of you rust application on CI.
15 stars 3 forks source link

Collaborate on test programmatic output #2

Open epage opened 5 years ago

epage commented 5 years ago

escargot is meant to be a lightweight API for cargo (and without having to play catch up to new cargo versions).

It'd be nice to have the test parsing logic in escargot and for this to reuse that.

epage commented 5 years ago

Logic is at https://github.com/andoriyu/cargo-suity/blob/master/src/results.rs

epage commented 5 years ago

Starting work on this.

epage commented 5 years ago

https://github.com/crate-ci/escargot/pull/24

Hopefully I can set aside the test to integrate it into cargo-suity

johnterickson commented 5 years ago

@epage It looks like you and I are both interested in a better CI interaction with cargo test. Since you seem to be way ahead of where I am, could you weigh in on https://github.com/rust-lang/rust/issues/49359 ?

epage commented 5 years ago

Thanks for pointing me to that.