File: test_dict_mysql.py

package info (click to toggle)
tomoe 0.6.0-1.3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 51,396 kB
  • sloc: xml: 1,387,526; ansic: 11,515; sh: 9,072; ruby: 1,344; python: 762; makefile: 450
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