Open Guzz-T opened 3 days ago
Coverage Report
File Stmts Miss Cover Missing luxtronik __init__.py 184 11 94% 42–43, 46–51, 257–258, 263 __main__.py 21 21 0% 3–49 datatypes.py 290 1 99% 110 discover.py 40 34 15% 21–69 luxtronik/scripts dump_changes.py 43 43 0% 7–85 dump_luxtronik.py 26 26 0% 6–52 TOTAL 702 136 81%
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
131 | 0 :zzz: | 0 :x: | 0 :fire: | 4.252s :stopwatch: |
Unlike #187, this version no longer supports obsolete names. Instead, it returns an exception, compelling the user to switch to the latest version.
The names are passed directly to the constructor, eliminating the need for additional files or constants. This allows for the identification of names from previous versions without the need to execute the code.
Fixes #168. Replaces #171 and #187.