commure / datatest

Datatest -- data-driven test framework for Rust
Apache License 2.0
53 stars 15 forks source link

🎥Fixing name generation for regular tests #16

Closed idubrov closed 5 years ago

idubrov commented 5 years ago

Fixing name generation for tests that use #[datatest::test] (need to drop crate name for consistency with standard test runner).

Also, minor other fixes.