i would to mock read's like `read("env:MY_CUSTOM_ENV")` for a specific test case/(or test file at least) Context: I have a Global Config object which reads env variables and i would like to define them in a test file. Mocking Resources could be a way i think