瀏覽代碼

Unskipped the unit test on LeRelationTestCase for _prepare_filters method

Roland Haroutiounian 9 年之前
父節點
當前提交
5116ed0986
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      leapi/test/test_lerelation.py

+ 1
- 1
leapi/test/test_lerelation.py 查看文件

@@ -22,7 +22,7 @@ class LeRelationTestCase(TestCase):
22 22
         """ Remove the temporary directory created at class setup """
23 23
         leapi.test.utils.cleanup(cls.tmpdir)
24 24
     
25
-    @unittest.skip("Wating LeRelation._prepare_filters() to unskip")
25
+    # @unittest.skip("Wating LeRelation._prepare_filters() to unskip")
26 26
     def test_prepare_filters(self):
27 27
         """ Testing the _prepare_filters() method """
28 28
         from dyncode import Numero, LeObject, LeRelation

Loading…
取消
儲存