Faux: a struct mocking library - landing v0.1

v0.1 announcement post

Hi all,

faux is s mocking library that lets users mock structs without creating traits or other load-bearing code. I introduced faux a little over a year ago and I have gotten a lot of great feedback since then. In order to move quickly I was making breaking changes fairly often, always trying to just find the "best API" even if it was not backwards compatible. After some recent changes faux has finally become ready to have some amount of stability. I hope this encourages people to use it more without the fear that any new release will break their tests. If there is anything about faux that does not make sense or make it hard to use I am always open to feedback (:

Previous posts:

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.