Christopher Morton
Christopher Morton
The current testing infrastructure is lacking. We have many similar functions: `dotenv`, `from_filename`, `from_path`, `from_read` and their `override` and `iter` variants; but only the `dotenv` function is being tested for...
The public functions [`dotenv_iter`], [`from_read_iter`], [`from_filename_iter`], and [`from_path_iter`] all return the [`Iter`] struct - which is currently not public. It needs to be so users have easier to access its...
## WIP Will be moved out of draft state after: - [ ] #110 is merged - [ ] Tests are finished ## TODO - [x] Special environment setups -...
The test utilities, proposed in #58, shouldn't just be in **one** test suite. The harness can, and should, be used across the project. It could even be used outside of...