Skip to content

Commit

Permalink
Enhance tests (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw authored Dec 16, 2024
1 parent 0ea5088 commit 984af55
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/resources/v12/jaffle_shop/manifest.json

This file was deleted.

1 change: 1 addition & 0 deletions tests/resources/v12/jaffle_shop/manifest_1.8.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/resources/v12/jaffle_shop/manifest_1.9.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/resources/v6/jaffle_shop/run_results.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def test_parse_catalog_specific(self, version):
("v9", os.path.join(get_project_root(), "tests", "resources", "v9", "jaffle_shop_at_1.5rc1", "manifest.json")),
("v10", os.path.join(get_project_root(), "tests", "resources", "v10", "jaffle_shop", "manifest.json")),
("v11", os.path.join(get_project_root(), "tests", "resources", "v11", "jaffle_shop", "manifest.json")),
("v12", os.path.join(get_project_root(), "tests", "resources", "v12", "jaffle_shop", "manifest.json")),
("v12", os.path.join(get_project_root(), "tests", "resources", "v12", "jaffle_shop", "manifest_1.8.json")),
("v12", os.path.join(get_project_root(), "tests", "resources", "v12", "jaffle_shop", "manifest_1.9.json")),
])
class TestManifestParser:
def test_parse_manifest(self, version, path):
Expand Down

0 comments on commit 984af55

Please sign in to comment.