Package moul :: Package osdependent :: Package tests :: Module test_singleapp
[hide private]
[frames] | no frames]

Module test_singleapp



moul.osdependent.singleapp

Classes [hide private]
  SingleAppTest

Functions [hide private]
  test_suite()

Variables [hide private]
  __author__ = 'Christian Heimes'
  __version__ = '$Id: test_singleapp.py 122 2007-02-02 17:34:06Z tir...
  __revision__ = '$Revision: 122 $'
  tmpdir = '/tmp/tmpfHWl6D'
  testfile = '/tmp/tmpfHWl6D/test.lck'
  rmcmd = 'LC_ALL=C /usr/bin/python2.5 -c \'from fcntl import ...

Function Details [hide private]

test_suite()

 
None

Variables Details [hide private]

__author__

None
Value:
'Christian Heimes'                                                     
      

__version__

None
Value:
'$Id: test_singleapp.py 122 2007-02-02 17:34:06Z tiran $'              
      

__revision__

None
Value:
'$Revision: 122 $'                                                     
      

tmpdir

None
Value:
'/tmp/tmpfHWl6D'                                                       
      

testfile

None
Value:
'/tmp/tmpfHWl6D/test.lck'                                              
      

rmcmd

None
Value:
'LC_ALL=C /usr/bin/python2.5 -c \'from fcntl import *; fd = open("%(te
stfile)s", "a+"); lockf(fd, LOCK_EX | LOCK_NB)\''