Code Monkey

Results 1 issues of Code Monkey

Once load_dotenv() has run, variables are set. To remove them again for unit testing, I need a function, because tests should be independent. I coded this function already, but I...