Skip to content

Commit

Permalink
Re #10836 Minor test for descriptor accessing
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 8, 2015
1 parent 08bd411 commit 4f1e69e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/scripts/test/DirectReductionHelpersTest.py
Expand Up @@ -481,6 +481,9 @@ def access(self,obj_name):

self.assertEqual(test_class.some_descriptor.get_helper(),'using helper')

prop = getattr(test_class,'some_descriptor')
self.assertEqual(prop.get_helper(),'using helper')



if __name__=="__main__":
Expand Down

0 comments on commit 4f1e69e

Please sign in to comment.