Tags: microsoft/msrc-appconfig
Tags
[0.5.7] fix treatment of default nested instance (#13) Here is an example of default nested instance: ``` class Nested(NamedTuple): nested: int class Config(NamedTuple): item1: Nested item2: Nested = Nested(2) ``` Here `item1` caused no problem while `item2` was treated improperly.
Set up continuous integration actions (#2) * Create CI.yml * Update CI.yml * Update CI.yml * Update SETUP.py * add typing_extensions as a dependency * Add pytest-mock dependency * Update CI.yml * Update CI.yml Upload pytest results * Update README.md * Add CD action * update README