tests package¶
Subpackages¶
- tests.30_libs package
- Subpackages
- tests.30_libs.040_PySourceInfo package
- Subpackages
- tests.30_libs.040_PySourceInfo.getCallerFileName package
- tests.30_libs.040_PySourceInfo.getCallerFilePathName package
- tests.30_libs.040_PySourceInfo.getCallerFunc package
- tests.30_libs.040_PySourceInfo.getCallerFuncName package
- tests.30_libs.040_PySourceInfo.getCallerLinenumber package
- tests.30_libs.040_PySourceInfo.getCallerModuleFilePathName package
- tests.30_libs.040_PySourceInfo.getCallerModuleName package
- tests.30_libs.040_PySourceInfo.getCallerModulePathName package
- tests.30_libs.040_PySourceInfo.getCallerModulePythonPath package
- tests.30_libs.040_PySourceInfo.getCallerName package
- tests.30_libs.040_PySourceInfo.getCallerNameOID package
- tests.30_libs.040_PySourceInfo.getCallerNamespaceGlobal package
- tests.30_libs.040_PySourceInfo.getCallerNamespaceLocal package
- tests.30_libs.040_PySourceInfo.getCallerPackageFilePathName package
- tests.30_libs.040_PySourceInfo.getCallerPackageName package
- tests.30_libs.040_PySourceInfo.getCallerPackagePathName package
- tests.30_libs.040_PySourceInfo.getCallerPackagePythonPath package
- tests.30_libs.040_PySourceInfo.getCallerPathName package
- tests.30_libs.040_PySourceInfo.getModuleFilePathName package
- tests.30_libs.040_PySourceInfo.getModulePathName package
- tests.30_libs.040_PySourceInfo.getModuleSourceFilePathName package
- tests.30_libs.040_PySourceInfo.getPythonPathFromSysPath package
- tests.30_libs.040_PySourceInfo.getPythonPathRel package
- tests.30_libs.040_PySourceInfo.getStackFuncList package
- tests.30_libs.040_PySourceInfo.getStackFuncMap package
- tests.30_libs.040_PySourceInfo.getStackFuncNameList package
- tests.30_libs.040_PySourceInfo.getStackFuncNameMap package
- tests.30_libs.040_PySourceInfo.getStackSposForFunc package
- tests.30_libs.040_PySourceInfo.getStackSposForFuncName package
- Submodules
- tests.30_libs.040_PySourceInfo.PySourceInfo_check_tests module
- Module contents
- Subpackages
- tests.30_libs.040_PySourceInfo package
- Module contents
- Subpackages
- tests.dummymodules package
Submodules¶
tests.CallCase module¶
Module contents¶
PyUnit tests
These tests could either be called from the command line, or within Eclipse by the plugin PyDev / PyUnit.
- CLI: ‘python setup.py test‘
- Eclipse: Install PyDev, open the view PyUnit and proceed.
REMARK: For additional unit tests refer to subdirectory ‘UseCases’
30_libs¶
Provided library modules of ‘epyunit’.