nrxus / faux

Struct mocking library for Rust
https://nrxus.github.io/faux/
MIT License
415 stars 14 forks source link

Mock trait implementations #10

Closed nrxus closed 4 years ago

nrxus commented 4 years ago

we should support

#[faux::methods]
impl SomeTrait for SomeStruct {}

I believe this is technically feasible it just requires work

nrxus commented 4 years ago

fixed in: https://github.com/nrxus/faux/commit/4c3ef360c9945fb47338fdda9e863144b398088e

Not closing until it's released.

nrxus commented 4 years ago

v0.0.4 is released with this feature :tada: