From eacb927860ccc562ae04192e41d7897fe84560fc Mon Sep 17 00:00:00 2001 From: wrobell Date: Tue, 28 Aug 2007 09:34:12 +0000 Subject: [PATCH] - added a note about running tests git-svn-id: file:///Users/arjan/backup/gaphor/gaphor/trunk@2047 a8418922-720d-0410-834f-a69b97ada669 --- HACKING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HACKING b/HACKING index 67374123f0..557c09f6c7 100644 --- a/HACKING +++ b/HACKING @@ -29,6 +29,14 @@ Above is based on http://peak.telecommunity.com/DevCenter/EasyInstall#traditional-pythonpath-based-installation +Running Tests +============= +To run tests on Unix machine + + Xvfb :2.0 & + DISPLAY=:2.0 nosetests gaphor/ 2>&1 | tee tests.log + + Structure =========