mailr3744 - /1.3/test_suite/unit_tests/_generic_fns/test_state.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 21, 2007 - 00:49:
Author: bugman
Date: Wed Nov 21 00:13:29 2007
New Revision: 3744

URL: http://svn.gna.org/viewcvs/relax?rev=3744&view=rev
Log:
Placed the generic.state module into the unit test class namespace.


Modified:
    1.3/test_suite/unit_tests/_generic_fns/test_state.py

Modified: 1.3/test_suite/unit_tests/_generic_fns/test_state.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/test_state.py?rev=3744&r1=3743&r2=3744&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/test_state.py (original)
+++ 1.3/test_suite/unit_tests/_generic_fns/test_state.py Wed Nov 21 00:13:29 
2007
@@ -24,6 +24,7 @@
 from unittest import TestCase
 
 # relax module imports.
+from generic_fns import state
 from test_suite.unit_tests.state_testing_base import State_base_class
 
 
@@ -31,3 +32,5 @@
 class Test_state(State_base_class, TestCase):
     """Unit tests for the functions of the 'generic_fns.state' module."""
 
+    # Place the generic_fns.state module into the class namespace.
+    state = state




Related Messages


Powered by MHonArc, Updated Wed Nov 21 01:00:10 2007