Reduces complexity of simulator datatypes, add new datatypes. - #3004
Conversation
84c58ef to
f45b7ea
Compare
|
I suppose some testing for all types and also for missing sections shall be added. We test now not all types are needed, but we shall also test when types are needed. |
- Uses enum features to replace ad-hoc helper objects. - Introduce defaults for simulator config - .json parsing doesn't fail if some values or sections are missing (e.g. not all project need int64).
f45b7ea to
c232891
Compare
|
Also note that while zuban check in examples directory pass on Ubuntu, it fails for me on Windows - with same zuban version: (venv) PS C:....\pymodbus> zuban check .\pymodbus\ .\examples\ .\test |
|
That is because you run zuban on the contributed examples (test/contrib) user supplied examples are not mantained by us and therefore not included in the test. See check_ci.sh |
No description provided.