oshippy-dev team mailing list archive
-
oshippy-dev team
-
Mailing list archive
-
Message #00144
[Bug 625625] Re: issues in RevisionHistoryItem and in IRevisionHistoryItem
** Branch linked: lp:oshippy/1.0
--
You received this bug notification because you are a member of OSHIPpy
Developers, which is subscribed to OSHIPpy.
https://bugs.launchpad.net/bugs/625625
Title:
issues in RevisionHistoryItem and in IRevisionHistoryItem
Status in Open Source Health Information Platform - Python:
New
Bug description:
auditValid, versionIdValid are not methods but invariants.
The invariant Audit_valid: audits /= Void and then not audits.is_empty
is not enforced.
Maybe it would be interesting to define a representation method for this class.