Description of feature
Our python code is mostly CamelCase, but there are exceptions. To keep the python MDO Lab codebase and APIs consistent and predicable, we could and probably should integrate some tools into our testing to enforce this.
Potential solution
There are several tools available, but one option that fits into our current tools is to use the flake8 extension, pep8-naming.
Feel free to suggest other tools or approaches.