You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By pyctest doesn't seem to follow any convention. The functions and classes are all randomly either CamelCase or lower_with_underscores. This makes reading calls to the API difficult to read.
The text was updated successfully, but these errors were encountered:
Anything with a direct corollary to CMake/CTest follows CamelCase. If not, lower with underscores. I'm hesitant to change the API but I'll take that into consideration.
Generally, we follow the PEP8 convention for naming things in Python.
For example:
By pyctest doesn't seem to follow any convention. The functions and classes are all randomly either CamelCase or lower_with_underscores. This makes reading calls to the API difficult to read.
The text was updated successfully, but these errors were encountered: