You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
In test/test_package.py, before the unittest class is declared, there’s a bunch of variables defined with names like VCARDS_INVALID_TIME, VCARDS_INVALID_URI, and so forth.
Most of these reference files in the test/ directory, demonstrating that the tests should fail when given an invalid vCard file.
However, several of these definitions don’t list any vCard files at all. I presume this means that these error cases are not being tested.
The text was updated successfully, but these errors were encountered:
In
test/test_package.py
, before theunittest
class is declared, there’s a bunch of variables defined with names likeVCARDS_INVALID_TIME
,VCARDS_INVALID_URI
, and so forth.Most of these reference files in the
test/
directory, demonstrating that the tests should fail when given an invalid vCard file.However, several of these definitions don’t list any vCard files at all. I presume this means that these error cases are not being tested.
The text was updated successfully, but these errors were encountered: