Module Test Improvements (#1608)

* Adding --all switch to the pre-commit check

* Adding test code to verify component positions are not the same for similar modules

* Adding code to validate component names and duplicate positions. This was discovered in issue #1584

* Reverting accidental change to pre-commit-config.yaml

* Update SDU-5000.yml

Reverting testing change

* Update device_types.py

Removed un-needed import
This commit is contained in:
Daniel W. Anner
2023-09-06 14:14:11 -04:00
committed by GitHub
parent e8960a0f50
commit 282559fa45
11 changed files with 60 additions and 11 deletions

View File

@ -23,7 +23,8 @@ COMPONENT_TYPES = (
PRECOMMIT_ALL_SWITCHES = [
'-a',
'--all-files'
'--all-files',
'--all'
]
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname( __file__ ), '..'))