File: test-csv.py

package info (click to toggle)
dballe 6.8-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,728 kB
  • sloc: cpp: 47,650; sh: 11,499; python: 5,668; f90: 1,112; makefile: 682; perl: 602
file content (10 lines) | stat: -rwxr-xr-x 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python

import dbacsv
import unittest

class TestCSV(unittest.TestCase):
	def testNothing(self):
		pass

unittest.main()