You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
At this point in your test code, https://github.com/ampledata/pycot/blob/main/tests/test_cot.py#L82, parsed has a None point attribute, because point should precede detail with meta.order_sensitive=True. The assertEqual() specifically tests without the point element string. Did you mean to test meta.order_sensitive here?
I found an xsd file online, but I am uncertain whether meta.order_sensitiveshould be True for Event and Detail.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At this point in your test code, https://github.com/ampledata/pycot/blob/main/tests/test_cot.py#L82, parsed has a None
point
attribute, because point should precede detail withmeta.order_sensitive=True
. The assertEqual() specifically tests without thepoint
element string. Did you mean to testmeta.order_sensitive
here?I found an xsd file online, but I am uncertain whether
meta.order_sensitive
should be True for Event and Detail.The text was updated successfully, but these errors were encountered: