mercredi 14 juin 2017

Rust, utils functions just for integration test

I have Rust project in which both exist integration tests (in /tests dir) and becnchmarks (in /benchs dir). There is couple utils funcitons that I need in tests and benchs, but they don't related to my crate itself (can't just put them in the /utils dir)

What is idiomatic way to handle this situation?

Aucun commentaire:

Enregistrer un commentaire