mirror of
https://github.com/yweber/lodel2.git
synced 2026-08-06 04:18:37 +02:00
skipping not yet implemented unittests on LeDataSourceSQL
This commit is contained in:
parent
077a54423d
commit
ffa51b38db
1 changed files with 4 additions and 0 deletions
|
|
@ -22,14 +22,18 @@ class _LeDataSourceTestCase(TestCase):
|
|||
self.assertIsNotNone(obj=self.mydatasource.connection, msg='The database connection cursor could not be instanciated')
|
||||
self.assertIsInstance(self.mydatasource.connection, Database, msg='%s object was expected for the connection cursor, %s obtained instead' % (Database.__class__, self.mydatasource.connection.__class__))
|
||||
|
||||
@unittest.skip
|
||||
def test_insert(self):
|
||||
pass
|
||||
|
||||
@unittest.skip
|
||||
def test_get(self):
|
||||
pass
|
||||
|
||||
@unittest.skip
|
||||
def test_update(self):
|
||||
pass
|
||||
|
||||
@unittest.skip
|
||||
def test_delete(self):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue