Hello all,
So using codex I am in the habit of changing up my python code via my github repo and every time the codex agent tries testing it reports npm test
(fails: Error: no test specified)
This didn’t use to happen, and I assume it has to do with the environment setup script, which I have set to automatic.
Does this error matter? Is the codex agent still able to perform the necessary tests even though we are getting this error?
If someone can advise some useful environment setup script for my standard python coding use cases that would be amazing.
Thanks!