瀏覽代碼

skipping not yet implemented unittests on LeDataSourceSQL

Roland Haroutiounian 9 年之前
父節點
當前提交
ffa51b38db
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      leobject/test/test_ledatasourcesql.py

+ 4
- 0
leobject/test/test_ledatasourcesql.py 查看文件

@@ -22,14 +22,18 @@ class _LeDataSourceTestCase(TestCase):
22 22
         self.assertIsNotNone(obj=self.mydatasource.connection, msg='The database connection cursor could not be instanciated')
23 23
         self.assertIsInstance(self.mydatasource.connection, Database, msg='%s object was expected for the connection cursor, %s obtained instead' % (Database.__class__, self.mydatasource.connection.__class__))
24 24
 
25
+    @unittest.skip
25 26
     def test_insert(self):
26 27
         pass
27 28
 
29
+    @unittest.skip
28 30
     def test_get(self):
29 31
         pass
30 32
 
33
+    @unittest.skip
31 34
     def test_update(self):
32 35
         pass
33 36
 
37
+    @unittest.skip
34 38
     def test_delete(self):
35 39
         pass

Loading…
取消
儲存