alan-turing-institute / nowwhat

Provide an overview of which projects REG are doing right now, reimagination of whatnow
MIT License
0 stars 0 forks source link

Approval test for environment variables error messages #4

Closed rolyp closed 2 years ago

rolyp commented 2 years ago

The current nowwhat emits some warning strings if some environment variables are not set, but still returns exit 0. Put a test in place for this, and then switch to exit code 1. Need to think about how to do this, because the warnings are emitted to the console rather than returned.