I have several block diagram tests for a simple command line that I am writing. Can I generate test coverage numbers? I want to see which lines are not covered by my tests.
I regularly use the Ned Batchelder coverage.py tool specifically for this purpose.
testoob, --coverage. easy_install. :
--coverage
testoob alltests.py --coverage
Source: https://habr.com/ru/post/1716324/More articles:radio switch change style - javascriptHow to join SUM in ActiveRecord - databaseBitmap Save to .Net Save image in wrong format? - c #What is the preferred way to load a DLL into an Eclipse RCP plugin? - javaApplicationRedirect does not apply to Dlls to bind application configuration file - windowsChecking for collection item in Oracle - oracleLinux command line: split the line - stringHow to move logical logic from my view? - c #Compiling ocaml in notepad ++ - notepad ++How to improve this jQuery switch method - jqueryAll Articles