Show
Ignore:
Timestamp:
03/15/07 03:04:22 (2 years ago)
Author:
arjanmol
Message:

Integrated nose tests, use setup.py nosetests to test all gaphas tests at once

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/trunk/state.txt

    r1161 r1162  
    1717 
    1818    >>> from gaphas import state 
     19    >>> state.observers.clear() 
     20    >>> state.subscribers.clear() 
     21 
    1922    >>> from gaphas.tree import Tree 
    2023    >>> tree = Tree() 
     
    197200Testcases are described in undo.txt. 
    198201 
     202(disable dispatching again, not frustrating other tests) 
     203 
     204    >>> state.disable_dispatching(Tree.add) 
     205    >>> state.disable_dispatching(Tree.remove) 
     206