construct-typing/tests
Tim Rid 5a39c51321 - renamed classes/methods/file:
- "tstruct.py" -> "dataclass_struct.py"
    - "TStruct" -> "DataclassStruct"
    - "TBitStruct" -> "DataclassBitStruct"
    - "sfield" -> "csfield"
    - "TContainerMixin" -> "DataclassMixin"

- extended documentation
2021-05-22 23:36:54 +02:00
..
__init__.py added README.md 2020-12-10 20:26:37 +01:00
declarativeunittest.py - renamed "TStructField" to "field" and "TUnionField" to "ufield". This makes the dataclass definitions shorter and more readable. 2021-03-16 18:51:04 +01:00
declarativeunittest.pyi renamed "TContainerBase" to "TContainerMixin" 2021-03-30 19:35:33 +02:00
test_core.py fixed failing test case 2021-04-03 21:40:26 +02:00
test_typed.py - renamed classes/methods/file: 2021-05-22 23:36:54 +02:00