-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addons/namingng.py: Implement backward compatibility with addons/nami…
…ng.py. Merging naming.py into namingng.py reduces redundant code and leverages argument validation and the unit tests for namingng.py, with the aim to improve maintainability. naming.py supported RE_CONST to check constants, which is now a feature of namingng.py as well; the unit test is expanded to cover the feature. naming.py has been updated to call through to namingng.py. The unit tests for naming.py are kept as-is.
- Loading branch information
Showing
3 changed files
with
96 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters