Mockito
HTTP mocking for Rust! (by lipanski)
trust
Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows (by japaric)
Mockito | trust | |
---|---|---|
- | 1 | |
688 | 1,261 | |
- | - | |
6.7 | 0.0 | |
19 days ago | about 2 years ago | |
Rust | Shell | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Mockito
Posts with mentions or reviews of Mockito.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Mockito yet.
Tracking mentions began in Dec 2020.
trust
Posts with mentions or reviews of trust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-09.
-
I made a Rust CLI tool for migrating Jekyll blog posts to a Gatsby website
It's published on cargo and can be installed from there, I've also been trying to use [trust](https://github.com/japaric/trust) to automatically generate binaries in CI for people to install, although the deployment isn't working yet.
What are some alternatives?
When comparing Mockito and trust you can also consider the following projects:
quickcheck - Automated property based testing for Rust (with shrinking).
proptest - Hypothesis-like property testing for Rust
Mockiato - A strict, yet friendly mocking library for Rust 2018
tarpaulin - A code coverage tool for Rust projects
httpmock - HTTP mocking library for Rust
stainless - Organized, flexible testing framework for Rust
shiny - a shiny test framework for rust
Clippy - A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
polish - Testing Framework for Rust