construct-typing/tests
2022-02-20 12:47:10 +01: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 fixed some mypy issues 2022-02-19 14:10:18 +01:00
test_core.py ignore mypy error "Call to untyped function "load" in typed context" 2022-02-13 01:14:01 +01:00
test_typed.py Dont parse the provided subcon in csfield. Only check if it builds from none. But now you can use the const or default parameters instead to provied default or constant values. 2022-02-20 12:47:10 +01:00