galvanic-test icon indicating copy to clipboard operation
galvanic-test copied to clipboard

A test environment for rust: test cases & suites, fixtures, and parameterised test cases

Results 6 galvanic-test issues
Sort by recently updated
recently updated
newest added

I use intellij-rust. For std rust test, the IDE can make some friendly instructions based on #[test] that this is a test case ready for testing. ![image](https://user-images.githubusercontent.com/16437384/190938905-1834f6cb-a9f1-4485-b338-733152fb97f5.png)

Hey all! The title says it all. I'm just wondering if galvanic is still maintained. Because a trifold of libraries for testing looks very promising!

I'd love the ability to define fixtures that are set up + torn down once for the entire test suite. This would be similar to setting the scope of a...

Hello, thank you for the great library! I'm finding it very useful. A small thing I ran into, there can be no trailing comma on the last member: ```rust members...

Tests without fixtures work as expected with `#[should_panic]`. However, tests with fixtures don't. Using an `expected` message as in `#[should_panic(expected = "whatever")` doesn't work. The test will always fail, even...

bug

Hello I don't know if it's possible and not documented or not currently supported, but it would be great if the type fixtures could be parametric not only over values,...

enhancement