Browse Source

Unskipped the unit test on LeRelationTestCase for _prepare_filters method

Roland Haroutiounian 9 years ago
parent
commit
5116ed0986
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

22
         """ Remove the temporary directory created at class setup """
22
         """ Remove the temporary directory created at class setup """
23
         leapi.test.utils.cleanup(cls.tmpdir)
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
     def test_prepare_filters(self):
26
     def test_prepare_filters(self):
27
         """ Testing the _prepare_filters() method """
27
         """ Testing the _prepare_filters() method """
28
         from dyncode import Numero, LeObject, LeRelation
28
         from dyncode import Numero, LeObject, LeRelation

Loading…
Cancel
Save