Skip to content

Commit

Permalink
Add tests to class_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove committed Jul 28, 2024
1 parent a86cf7e commit 8618304
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ package.json
package-lock.json

# class generator script
*-debug.json
script/resource/debug/*-debug.json
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ repos:
rev: v1.5.0
hooks:
- id: detect-secrets
args: [--exclude-files=scripts/resource/tests/manifests/Pod-debug.json]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
Expand Down
12 changes: 12 additions & 0 deletions scripts/resource/tests/manifests/Deployment-debug.json

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions scripts/resource/tests/manifests/Pod-debug.json

Large diffs are not rendered by default.

0 comments on commit 8618304

Please sign in to comment.