Error while running coverage run because of os.environ in python
My code is importing several variables using os.environ. When I run ‘coverage run’ command for testing, it gives key error. Is there a way to provide env files to read env variables from there, or just ignoring those env variables.