Serde: add unit tests for all serialization and deserialization logic

This commit is contained in:
Johannes Kirschbauer
2024-07-26 14:22:07 +02:00
parent 76e192bd49
commit d7b6fc16a4
6 changed files with 372 additions and 216 deletions

View File

@@ -17,6 +17,8 @@
setuptools,
stdenv,
pydantic,
# custom args
clan-core-path,
nixpkgs,
@@ -28,6 +30,7 @@
let
pythonDependencies = [
argcomplete # Enables shell completions
pydantic
];
# load nixpkgs runtime dependencies from a json file