From 67dee33e9dc92c10bad691b06e41deb38686057a Mon Sep 17 00:00:00 2001 From: Simeon Warner Date: Thu, 5 Dec 2024 13:06:42 -0500 Subject: [PATCH] Add new test fxtures --- fixtures | 2 +- tests/test_validator.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fixtures b/fixtures index 3542bce..d323fc2 160000 --- a/fixtures +++ b/fixtures @@ -1 +1 @@ -Subproject commit 3542bce0cb10a599552cfbaf93ce2cfc057081fe +Subproject commit d323fc207126becec066998b43408d998bf0fb1b diff --git a/tests/test_validator.py b/tests/test_validator.py index 19140f8..f24f95e 100644 --- a/tests/test_validator.py +++ b/tests/test_validator.py @@ -176,8 +176,10 @@ def test03_warn_1_0(self): "W004_versions_diff_digests": ["W004"], "W005_id_not_uri": ["W005"], "W007_no_message_or_user": ["W007a", "W007b"], + "W007_spec-ex-diff-paths": ["W007a", "W007b"], "W008_user_no_address": ["W008"], "W009_user_address_not_uri": ["W009"], + "W009_spec-ex-minimal": ["W009"], "W010_no_version_inventory": ["W010"], "W011_version_inv_diff_metadata": ["W011"], "W013_unregistered_extension": ["W013"]}.items(): @@ -197,6 +199,7 @@ def test04_warn_1_1(self): "W004_versions_diff_digests": ["W004"], "W005_id_not_uri": ["W005"], "W007_no_message_or_user": ["W007a", "W007b"], + "W007_spec-ex-diff-paths": ["W007a"], "W008_user_no_address": ["W008"], "W009_user_address_not_uri": ["W009"], "W010_no_version_inventory": ["W010"],