Skip to content

Commit

Permalink
complete test
Browse files Browse the repository at this point in the history
  • Loading branch information
y1xiaoc committed Oct 17, 2020
1 parent 83f3cdc commit 93c2211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def test_complicated(self):
self.assertDictEqual(ca.normalize_value(beg2["base"], trim_pattern="_*"), ref2["base"])
with self.assertRaises(ValueError):
ca.normalize(beg2, trim_pattern="sub*")
with self.assertRaises(ValueError):
ca.normalize(beg2, trim_pattern="vnt*")


if __name__ == "__main__":
Expand Down

0 comments on commit 93c2211

Please sign in to comment.