stratis-storage / stratis-cli

CLI for the Stratis project
https://stratis-storage.github.io
Apache License 2.0
106 stars 20 forks source link

Python pydantic #1082

Open mulkieran opened 5 months ago

mulkieran commented 5 months ago

I don't think the tests are complete enough to test the StoppedPool class, so a test success means nothing.

mulkieran commented 5 months ago

We will have to postpone requiring pydantic for a while longer. Also, in order to use it, we would have to recursively convert any dbus-python property to appropriate native Python types before passing the objects to the pydantic parser. In a sense, we should have written the recursive parser long ago.