From 7e8365a1224c3c3a1934a7ceb06a15c4765eaeb4 Mon Sep 17 00:00:00 2001 From: Zach Moody Date: Wed, 15 Jul 2020 14:36:28 -0500 Subject: [PATCH] Add test description --- tests/unit/test_response.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/unit/test_response.py b/tests/unit/test_response.py index 32cace43..dddd32e2 100644 --- a/tests/unit/test_response.py +++ b/tests/unit/test_response.py @@ -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",