Skip to content

Commit

Permalink
Add asserts in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Nov 10, 2021
1 parent b0adfe7 commit c93973e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3005,6 +3005,10 @@ def modifier_list4(key):
for r in result:
print(r)
print(r.get("_info_"))
self.assertEqual(
[0, 15],
[r["_info_"][1] for r in result]
)

def testParseResultsFromDict(self):
"""test helper classmethod ParseResults.from_dict()"""
Expand Down

0 comments on commit c93973e

Please sign in to comment.