Skip to content

Commit

Permalink
Increase test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 25, 2023
1 parent ad465f4 commit 99caf37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ def test_entities(self):
sio = StringIO()
s = ihm.System(title='test system')
e = ihm.Entity("ACG")
a = ihm.AsymUnit(e, "my asym")
a.id = 'A'
s.asym_units.append(a)
s.entities.append(e)
r = ihm.report.Reporter(s, sio)
# Should warn about missing references
Expand Down

0 comments on commit 99caf37

Please sign in to comment.