construct-typing/tests
Tim Rid ae440407e9 - renamed "TStructField" to "field" and "TUnionField" to "ufield". This makes the dataclass definitions shorter and more readable.
- removed "Opt" and "List" because they are not necessary any more, because covariant is now included for ParsedType.
- added test with typing.List as field
- fix: changed dict to typing.Dict
2021-03-16 18:51:04 +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 mypy and pytest errors 2021-01-02 17:54:52 +01:00
test_core.py added covariant and contravariant from PR #1 2021-03-13 17:49:03 +01:00
test_typed.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