File: test_crcmod.py

package info (click to toggle)
python-crcmod 1.7-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 568 kB
  • sloc: python: 1,782; ansic: 671; makefile: 112
file content (6 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6

import unittest

import crcmod.test

unittest.main(module=crcmod.test)