Skip to content

Commit

Permalink
tests: rewrite snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Oct 2, 2023
1 parent 22409bf commit b255ea3
Show file tree
Hide file tree
Showing 3 changed files with 2,451 additions and 2,442 deletions.
7 changes: 5 additions & 2 deletions tests/cli/snapshots/snap_test_schema_generation.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# -*- coding: utf-8 -*-
# snapshottest: v1 - https://goo.gl/zC4yUc
from __future__ import unicode_literals

from snapshottest import Snapshot


snapshots = Snapshot()

snapshots["TestGenSchema.test_gen_pipeline_schema_only_custom_module test-schema-generation"] = """{
snapshots['TestGenSchema.test_gen_pipeline_schema_only_custom_module test-schema-generation'] = '''{
"definitions": {
"EmptyPipelineComponent": {
"description": "",
Expand Down Expand Up @@ -429,4 +432,4 @@
"title": "KPOps pipeline schema",
"type": "array"
}
"""
'''
Loading

0 comments on commit b255ea3

Please sign in to comment.