Skip to content

Commit

Permalink
Add test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Moody committed Jul 15, 2020
1 parent c7132d0 commit 7e8365a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/unit/test_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ def test_endpoint_from_url(self):
self.assertEqual(ret.name, "test-endpoint")

def test_serialize_tag_list_order(self):
"""Add tests to ensure we're preserving tag order
This test could still give false-negatives, but making the tag list
longer helps mitigate that.
"""

test_tags = [
"one",
"two",
Expand Down

0 comments on commit 7e8365a

Please sign in to comment.