/usr/lib/python2.6/site-packages/nose/plugins
NameSizeModeActions
attrib.py78100644editdlrm
attrib.pyc74280644editdlrm
attrib.pyo74280644editdlrm
base.py313840644editdlrm
base.pyc368100644editdlrm
base.pyo368100644editdlrm
builtin.py7920644editdlrm
builtin.pyc13690644editdlrm
builtin.pyo13690644editdlrm
capture.py27800644editdlrm
capture.pyc45650644editdlrm
capture.pyo45650644editdlrm
cover.py64160644editdlrm
cover.pyc62130644editdlrm
cover.pyo62130644editdlrm
debug.py16790644editdlrm
debug.pyc24810644editdlrm
debug.pyo24810644editdlrm
deprecated.py16390644editdlrm
deprecated.pyc23850644editdlrm
deprecated.pyo23850644editdlrm
doctests.py91470644editdlrm
doctests.pyc98910644editdlrm
doctests.pyo98910644editdlrm
errorclass.py64380644editdlrm
errorclass.pyc80370644editdlrm
errorclass.pyo80370644editdlrm
failuredetail.py15640644editdlrm
failuredetail.pyc23340644editdlrm
failuredetail.pyo23340644editdlrm
isolate.py36740644editdlrm
isolate.pyc47290644editdlrm
isolate.pyo47290644editdlrm
manager.py143300644editdlrm
manager.pyc183700644editdlrm
manager.pyo183700644editdlrm
plugintest.py79940644editdlrm
plugintest.pyc96440644editdlrm
plugintest.pyo96440644editdlrm
prof.py47440644editdlrm
prof.pyc49330644editdlrm
prof.pyo49330644editdlrm
skip.py15720644editdlrm
skip.pyc22890644editdlrm
skip.pyo22890644editdlrm
testid.py48710644editdlrm
testid.pyc54790644editdlrm
testid.pyo54790644editdlrm
__init__.py81690644editdlrm
__init__.pyc84120644editdlrm
__init__.pyo84120644editdlrm
Edit: /usr/lib/python2.6/site-packages/nose/plugins/cover.pyc (6213B)
VDHc@sydZddkZddkZddkZddklZddklZlZei e Z defdYZ dS(sIf you have Ned Batchelder's coverage_ module installed, you may activate a coverage report with the --with-coverage switch or NOSE_WITH_COVERAGE environment variable. The coverage report will cover any python source module imported after the start of the test run, excluding modules that match testMatch. If you want to include those modules too, use the --cover-tests switch, or set the NOSE_COVER_TESTS environment variable to a true value. To restrict the coverage report to modules from a particular package or packages, use the --cover-packages switch or the NOSE_COVER_PACKAGES environment variable. .. _coverage: http://www.nedbatchelder.com/code/modules/coverage.html iN(tPlugin(tsrcttolisttCoveragecBs_eZdZeZdZdZei dZ dZ dZ dZ dZddZRS( s8 If you have Ned Batchelder's coverage module installed, you may activate a coverage report. The coverage report will cover any python source module imported after the start of the test run, excluding modules that match testMatch. If you want to include those modules too, use the --cover-tests switch, or set the NOSE_COVER_TESTS environment variable to a true value. To restrict the coverage report to modules from a particular package or packages, use the --cover-packages switch or the NOSE_COVER_PACKAGES environment variable. ic Csti||||idddd|iddddd |id dd d|id dd dd|iddd ddd|iddd|iddd ddd|iddddS(Ns--cover-packagetactiontappendtdefaulttNOSE_COVER_PACKAGEtdesttcover_packagesthelpsBRestrict coverage output to selected packages [NOSE_COVER_PACKAGE]s --cover-eraset store_truetNOSE_COVER_ERASEt cover_erases9Erase previously collected coverage statistics before runs --cover-testst cover_teststNOSE_COVER_TESTSs:Include test modules in coverage report [NOSE_COVER_TESTS]s--cover-inclusivetcover_inclusivetNOSE_COVER_INCLUSIVEsInclude all python files under working directory in coverage report. Useful for discovering holes in test coverage if not all files are imported by the test suite. [NOSE_COVER_INCLUSIVE](Rtoptionst add_optiontget(tselftparsertenv((s6/usr/lib/python2.6/site-packages/nose/plugins/cover.pyR$s"c Cs ti||||ioAyddk}Wq^tj otidt|_dSXn||_|i |_ |i |_ g|_ |ioIxFg}|iD]}|t|q~D]}|i i|qWn|i|_|i otid|i ndS(Nis8Coverage not available: unable to import coverage modules.Coverage report will include only packages: %s(Rt configuretenabledtcoveraget ImportErrortlogterrortFalsetconfR t coverEraseRt coverTestst coverPackagesR RtextendRtcoverInclusivetinfo(RRtconfigRt_[1]txtpkgs((s6/usr/lib/python2.6/site-packages/nose/plugins/cover.pyR?s(         +   cCsltidddk}tii|_|iotid|in|i d|i dS(NsCoverage beginis1Clearing previously collected coverage statisticss)#pragma[: ]+[nN][oO] [cC][oO][vV][eE][rR]( RtdebugRtsystmodulestkeyst skipModulesR terasetexcludetstart(RR((s6/usr/lib/python2.6/site-packages/nose/plugins/cover.pytbeginUs     cCstidddk}|ig}tiiD]*\}}|i||o ||q7q7~}tid||i|d|dS(NsCoverage reportis&Coverage report will cover modules: %stfile( RR*RtstopR+R,titemstwantModuleCoveragetreport(RtstreamRR'tnametmoduleR,((s6/usr/lib/python2.6/site-packages/nose/plugins/cover.pyR7_s   'cCs-t|dptid|tSt|i}| p|id otid|tS|io^x[|iD]L}|i|o6|i p|i i i | otid|t SqvWn||ijotid|tS|i i i |o |i otid|tS|i S(Nt__file__sno coverage of %s: no __file__s.pys$no coverage of %s: not a python filescoverage for %ss0no coverage for %s: loaded before coverage startsno coverage for %s: is a test(thasattrRR*RRR;tendswithR"t startswithR!Rt testMatchtsearchtTrueR.(RR9R:t module_filetpackage((s6/usr/lib/python2.6/site-packages/nose/plugins/cover.pyR6is.     !cCsh|ioZ|idoF|o7|io-x.|iD]}|i|otSq5Wq`tSqdndS(seIf inclusive coverage enabled, return true for all source files in wanted packages. s.pyN(R$R=R"R>RAtNone(RR3RCtwant((s6/usr/lib/python2.6/site-packages/nose/plugins/cover.pytwantFiles    N(t__name__t __module__t__doc__RR!RDR"tscoretostenvironRRR2R7R6RF(((s6/usr/lib/python2.6/site-packages/nose/plugins/cover.pyRs   ( RItloggingRKR+tnose.plugins.baseRt nose.utilRRt getLoggerRGRR(((s6/usr/lib/python2.6/site-packages/nose/plugins/cover.pyt s