fortpy icon indicating copy to clipboard operation
fortpy copied to clipboard

Camel Case in module name

Open wsmorgan opened this issue 7 years ago • 0 comments

One of two things needs to happen. Either runtests.py should be able to handle camel case in the module name, i.e., the subroutine symmetryReduceKpointList in the module generateKpoints has to be generatekpoints.symmetryReduceKpointList in the xml file or runtest.py won't find the unit test, or bestpractices.py should recommend that all module names be lower case so that the user can be warned that the module name won't be recognized by the test generation subroutines.

wsmorgan avatar Jun 29 '17 22:06 wsmorgan