You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to do something similar... I have a .test.env that specifies some test env vars for testing my go app.
I use "godotenv" to run these tests:
godotenv -f .test.env go test ./...
I'm trying to work out how I could do something like this that would allow me to run the tests in neotest - I can't think of anything obvious though that would allow me to do this?
Any updates on how to do this? I have a test suite where I need to configure the logger in test which is done through env vars, any help would be much appreciated!
What is the proper way to specify some static environment variables to set when running a test for a single workspace?
The text was updated successfully, but these errors were encountered: