Skip to content

Commit

Permalink
Use drafts MetronInfo.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Oct 29, 2024
1 parent c4e2d4b commit d804596
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 341 deletions.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import pytest
from xmlschema import XMLSchema11, XMLSchemaValidationError

TEST_XSD = Path(__file__).parent.parent / "drafts" / "v1.0" / "MetronInfo.xsd"
TEST_FILES_PATH = Path(__file__).parent / "test_files" / "v1.0"
TEST_XSD = TEST_FILES_PATH / "MetronInfo.xsd"


@pytest.mark.parametrize(
Expand Down
340 changes: 0 additions & 340 deletions tests/test_files/v1.0/MetronInfo.xsd

This file was deleted.

0 comments on commit d804596

Please sign in to comment.