Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: add xsdata models #251

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
s
  • Loading branch information
afuetterer committed Aug 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 70b706577fc5599294ce5db3552eacc06d0b2e1e
2 changes: 1 addition & 1 deletion tests/integration/test_identify.py
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ def test_identify(scythe: Scythe) -> None:


@pytest.mark.default_cassette("identify.yaml")
@pytest.mark.vcr()
@pytest.mark.vcr
def test_identify_response(scythe: Scythe) -> None:
scythe.iterator = ResponseIterator
response = scythe.identify()