Browse Source

Unskipped the test_get method in the LeHierarch test case class

Roland Haroutiounian 9 years ago
parent
commit
a188aa09f8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      leapi/test/test_lerelation.py

+ 1
- 1
leapi/test/test_lerelation.py View File

@@ -80,7 +80,7 @@ class LeRelationTestCase(TestCase):
80 80
 
81 81
 class LeHierarch(LeRelationTestCase):
82 82
     
83
-    @unittest.skip("Wait for  LeRelation._prepare_filters() to unskip")
83
+    # @unittest.skip("Wait for  LeRelation._prepare_filters() to unskip")
84 84
     @patch('leapi.datasources.dummy.DummyDatasource.select')
85 85
     def test_get(self, dsmock):
86 86
         """ Tests the LeHierarch.get() method """

Loading…
Cancel
Save