-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Line 95 in a98a6d2
| roundtrip; from pathlib import Path; result = validate_true_roundtrip(Path('data/define-360i.xml'), Path('data/define-360i-recreated.xml')); print('Roundtrip test passed' if result.get('passed') else 'Roundtrip test failed')" |
It appears that part of the command may have been truncated, given that the leading indentation is missing. Perhaps you intended:
poetry run python -c "from src.define_json.validation.roundtrip import run_true_roundtrip_test; from pathlib import Path; result = run_true_roundtrip_test(Path('data/define-360i.xml')); print('Roundtrip test passed' if result.get('passed') else 'Roundtrip test failed')"
P.S. I am still getting familiar with make, poetry, uv, etc., so please be gentle with me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels