ixc / python-edtf

MIT License
52 stars 19 forks source link

Properly set qualification properties #60

Closed ColeDCrawford closed 4 months ago

ColeDCrawford commented 5 months ago

Tackle #31 by setting qualification properties on

This PR also adds tests to check that each EDTF object is parsed and that .is_approximate, .is_uncertain, and .is_uncertain_and_approximate are set to what we expect them to be. It also adds some documentation about these properties.

Branched off of PR #59

aweakley commented 4 months ago

Thank you, this looks great.