Changeset 784

Show
Ignore:
Timestamp:
02/23/06 03:31:29 (3 years ago)
Author:
wrobell
Message:

- some documentation added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gaphor/tests/gaphortests.py

    r596 r784  
    66 
    77class TestCase(unittest.TestCase): 
     8    """ 
     9    Test case basic, abstract class. 
     10    """ 
    811    def setUp(self): 
    912        self.factory = UML.ElementFactory()