Skip to content

Commit

Permalink
add note about test_issue344
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo committed Dec 28, 2023
1 parent 74fad8a commit 3f8bbe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,7 @@ def test_issue344(self):
# accessing expiry_time throws exception when None
# NOTE: KeepassXC likes to fill in empty expiry_time's on save
# delete with e._element.xpath('Times/ExpiryTime')[0].text = None
# Consider moving this test to test4_nonedate.kdbx which is never touched by KeepassXC

e = self.kp.find_entries(title='none_date', first=True)
self.assertEqual(e.expiry_time, None)
Expand Down

0 comments on commit 3f8bbe5

Please sign in to comment.