Files
sqlalchemy/test/dialect/access.py
T
Jason Kirtland 83eb243124 added stub/import tests for all dialects
post-refactor fix for access dialect
2007-08-21 00:47:48 +00:00

11 lines
289 B
Python

import testbase
from sqlalchemy import *
from sqlalchemy.databases import access
from testlib import *
class BasicTest(AssertMixin):
# A simple import of the database/ module should work on all systems.
def test_import(self):
# we got this far, right?
return True