File: test_all.py

package info (click to toggle)
pygpgme 0.2-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 440 kB
  • sloc: ansic: 2,860; python: 1,389; makefile: 35; sh: 14
file content (10 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
import sys
import unittest

import gpgme.tests

def test_suite():
    return gpgme.tests.test_suite()

if __name__ == '__main__':
    unittest.main(defaultTest='test_suite')