Add run mechanism for unittests to main module.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-06-03 12:02:28 +00:00
parent 2825efcda5
commit 1cfd8b636d
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 4 additions and 0 deletions

View File

@ -1101,3 +1101,7 @@ class GPGWrapper(GPG):
def is_encrypted(self, raw_data):
self.is_encrypted_asym() or self.is_encrypted_sym()
if __name__ == "__main__":
from .test import test_gnupg
test_gnupg.main()