Package epyunit :: Module myscript
[hide private]
[frames] | no frames]

Module myscript

source code

Testee data simulator.

Simulates hard-coded test results for the test of the tool chain itself, as reference probe for validation of the chain, and for test of base functions in case of derived classes.

Refer also to the probe simulators in other languages, when debug and step into the probe itself is required:


Version: 0.1.14

Author: Arno-Can Uestuensoez

Copyright: Copyright (C) 2016 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez

License: Artistic-License-2.0 + Forced-Fairplay-Constraints

Functions [hide private]
 
call_A_OK()
0
source code
 
call_B_NOK()
0
source code
 
call_C_PRIO()
0
source code
 
call_D_EXITOK()
0
source code
 
call_E_EXITNOK()
1
source code
 
call_F_EXIT7()
7
source code
 
call_G_EXIT8()
8
source code
 
call_H_EXIT9OK3NOK2()
9
source code
 
call_I_STDERRONLY()
0
source code
 
call_DEFAULT()
123
source code
Variables [hide private]
  __uuid__ = '9de52399-7752-4633-9fdc-66c87a9200b8'
  _rdbg = 'localhost:5678'
  _rdbg_default = 'localhost:5678'
  _doc_mode = True
  _ai = sys.argv.index('--appname')
  _APPNAME = 'myscript'
  _par = {'label': 'myscript'}
  __package__ = None
  _rdbgfwd = 0
  _rdbgroot = '/home/acue/eclipse'
  _rdbgsub = 'org.python.pydev_[0-9]*.[0-9]*.[0-9]*/pysrc/pydevd...
  _rdbgthis = False
Function Details [hide private]

call_A_OK()

source code 
# A: succeed: OK
EXIT:
0
STDOUT:
fromA
arbitrary output
arbitrary signalling OK string
arbitrary output
STDERR:
--

call_D_EXITOK()

source code 
# D: exit value: EXITOK
EXIT:
0
STDOUT:
fromD
arbitrary output
arbitrary signalling OK string
arbitrary output
STDERR:
--

call_E_EXITNOK()

source code 
# E: exit value: EXITNOK
EXIT:
1
STDOUT:
fromE
arbitrary output
arbitrary signalling OK string
arbitrary output
STDERR:
--

call_F_EXIT7()

source code 
# F: exit value: EXIT7
EXIT:
7
STDOUT:
fromF
arbitrary output
arbitrary signalling NOK string
arbitrary output
STDERR:
--

call_I_STDERRONLY()

source code 
# I: exit value: STDERRONLY
EXIT:
0
STDOUT:
--
STDERR:
fromI
NOK
NOK

call_DEFAULT()

source code 
# DEFAULT: define: here succeed '--default-ok': DEFAULT
EXIT:
123
STDOUT:
arbitrary output
STDERR:
--

Variables Details [hide private]

_rdbgsub

Value:
'org.python.pydev_[0-9]*.[0-9]*.[0-9]*/pysrc/pydevd.py'