Generate python client for tests

This commit is contained in:
2024-01-05 13:18:46 +01:00
parent 68b7171852
commit 633055010b
29 changed files with 5389 additions and 326 deletions

View File

@@ -1,4 +1,4 @@
{ nix-unit, clan-cli, ui-assets, system, mkShell, writeScriptBin, openssh, ruff, python3 }:
{ nix-unit, clan-cli, openapi-generator-cli, ui-assets, system, mkShell, writeScriptBin, openssh, ruff, python3 }:
let
checkScript = writeScriptBin "check" ''
nix build .#checks.${system}.{treefmt,clan-pytest} -L "$@"
@@ -19,6 +19,7 @@ mkShell {
openssh
ruff
clan-cli.checkPython
openapi-generator-cli
];
shellHook = ''