No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_ledatasourcesql.py 256B

12345678910111213
  1. # -*- coding: utf8 -*-
  2. import unittest
  3. import sqlite3
  4. import pymysql
  5. from unittest import TestCase
  6. from DataSource.MySQL.leapidatasource import LeDataSourceSQL
  7. from mosql.db import Database
  8. import pymysql
  9. class _LeDataSourceTestCase(TestCase):
  10. pass