test: introduce env variable mocking (#1490)

This commit is contained in:
Tilmann Meyer
2020-08-07 21:13:12 +02:00
committed by GitHub
parent 8b0f589486
commit 88b603be38
87 changed files with 4619 additions and 4688 deletions
+3 -3
View File
@@ -1,6 +1,3 @@
#[macro_use]
extern crate pest_derive;
// Lib is present to allow for benchmarking
pub mod config;
pub mod configs;
@@ -11,3 +8,6 @@ pub mod modules;
pub mod print;
pub mod segment;
mod utils;
#[cfg(test)]
mod test;