nmodl
nmodl copied to clipboard
Systematically test visibility of global variables.
There's various flavours of static variables. Some are visible, like PARAMETER, some are not, like top-level LOCAL variables.
We test that the variables work, however, we don't test the non-visibility requirement. It would be good to systematically check using !hasattr.