Show
Ignore:
Timestamp:
08/28/07 02:34:12 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- added a note about running tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/HACKING

    r1172 r2047  
    3030 
    3131 
     32Running Tests 
     33============= 
     34To run tests on Unix machine 
     35 
     36    Xvfb :2.0 & 
     37    DISPLAY=:2.0 nosetests gaphor/ 2>&1 | tee tests.log 
     38 
     39 
    3240Structure 
    3341=========