https://github.com/codinaut/envtestkit
Test kit for logics with environment variable involvements.
https://github.com/codinaut/envtestkit
environment-variables rust-library unit-testing
Last synced: 3 months ago
JSON representation
Test kit for logics with environment variable involvements.
- Host: GitHub
- URL: https://github.com/codinaut/envtestkit
- Owner: codinaut
- License: mit
- Created: 2020-07-26T14:34:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T01:12:31.000Z (almost 6 years ago)
- Last Synced: 2025-12-14T01:40:40.512Z (7 months ago)
- Topics: environment-variables, rust-library, unit-testing
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# envtestkit
[](https://github.com/codinaut/envtestkit/actions?query=workflow%3Aci)
[](https://crates.io/crates/envtestkit)
[](https://docs.rs/envtestkit)
[](https://github.com/semantic-release/semantic-release)
Test kit for logics with environment variable involvements.
## Usage
See [the documentation](https://docs.rs/envtestkit) and [examples](examples/).
## Hacking
This repository uses [semantic-release](https://github.com/semantic-release/semantic-release) for automated release and crate publishing. Please look at [Angular commit convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular).
To test this crate:
```sh
cargo test
```
To see what's happening if environment tests aren't locked:
```sh
cargo test --examples -- --ignored
```
## License
[MIT](LICENSE).