Skip to content

Commit ac4b003

Browse files
committed
add comment
1 parent e68b605 commit ac4b003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_bson.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,7 @@ def test_exception_wrapping(self):
10451045

10461046
def test_minkey_maxkey_comparison(self):
10471047
# MinKey's <, <=, >, >=, !=, and ==.
1048+
# These tests should be kept as assertTrue as opposed to using unittest's build in comparison assertions.
10481049
self.assertTrue(MinKey() < None)
10491050
self.assertTrue(MinKey() < 1)
10501051
self.assertTrue(MinKey() <= 1)

0 commit comments

Comments
 (0)