You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test kit for logics with environment variable involvements.
9
+
10
+
## Usage
11
+
12
+
See [the documentation](https://docs.rs/envtestkit).
13
+
14
+
## Hacking
15
+
16
+
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).
17
+
18
+
To test this crate:
19
+
```sh
20
+
cargo test
21
+
```
22
+
23
+
To see what's happening if environment tests aren't locked:
0 commit comments