File: testpb2.py

package info (click to toggle)
python-phonenumbers 8.12.57-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,212 kB
  • sloc: python: 332,712; xml: 46,045; makefile: 143; java: 91
file content (9 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python
import doctest
import unittest
import phonenumbers.pb2
from tests.pb2 import *

if __name__ == '__main__':
    doctest.testmod(phonenumbers.pb2)
    unittest.main()