File: test_dict_mysql.py

package info (click to toggle)
tomoe 0.6.0-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 51,408 kB
  • ctags: 29,632
  • sloc: xml: 1,387,627; ansic: 11,515; sh: 9,072; ruby: 1,344; python: 762; makefile: 447
file content (11 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# encoding: utf-8
import os
import sys
import shutil
import unittest
import tomoe
import test_dict

class TomoeDictMySQLTest(test_dict.TomoeDictTest):
    pass
# vi:ts=4:nowrap:ai:expandtab