Skip to content

Instantly share code, notes, and snippets.

@harshhx17
Created February 27, 2018 21:48
Show Gist options
  • Save harshhx17/eef0dc45b04dec9a3bca931e8f97e72c to your computer and use it in GitHub Desktop.
Save harshhx17/eef0dc45b04dec9a3bca931e8f97e72c to your computer and use it in GitHub Desktop.
========================================== test session starts ==========================================
platform linux -- Python 3.6.3, pytest-3.1.3, py-1.5.2, pluggy-0.4.0
rootdir: /home/bhartiya/coala, inifile: setup.cfg
plugins: xdist-1.22.1, timeout-1.2.1, reqs-0.0.7, reorder-0.1.0, mock-1.7.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1
timeout: 35.0s method: signal
collected 914 items
requirements.txt .
test-requirements.txt .
coalib/bearlib/__init__.py ..
coalib/bearlib/abstractions/Linter.py .
coalib/bearlib/aspects/__init__.py .
coalib/bearlib/aspects/base.py .
coalib/bearlib/aspects/collections.py .
coalib/bearlib/aspects/docs.py .
coalib/bearlib/aspects/root.py .
coalib/bearlib/aspects/taste.py ..
coalib/bearlib/languages/Language.py .....
coalib/bearlib/languages/LanguageDefinition.py .
coalib/bearlib/languages/documentation/DocumentationComment.py .
coalib/bearlib/naming_conventions/__init__.py .....
coalib/bears/Bear.py ...
coalib/collecting/Importers.py .
coalib/core/Bear.py ....
coalib/core/Core.py .
coalib/core/DependencyTracker.py ............
coalib/core/Graphs.py .
coalib/misc/Caching.py .
coalib/misc/CachingUtilities.py .
coalib/misc/DeprecationUtilities.py .
coalib/misc/Shell.py ..
coalib/parsing/DefaultArgParser.py .
coalib/parsing/Globbing.py .
coalib/results/AbsolutePosition.py .
coalib/results/Diff.py .......
coalib/results/Result.py .
coalib/results/SourceRange.py ..
coalib/results/result_actions/IgnoreResultAction.py .
coalib/settings/Annotations.py .
coalib/settings/ConfigurationGathering.py .
coalib/settings/FunctionMetadata.py ..
coalib/settings/Section.py ...
tests/coalaCITest.py ................
tests/coalaDebugFlagTest.py ....
tests/coalaDebugTest.py .....
tests/coalaDeleteOrigTest.py ...
tests/coalaFormatTest.py ....
tests/coalaJSONTest.py ............
tests/coalaTest.py .......................
tests/bearlib/DeprecateSettingsTest.py .
tests/bearlib/abstractions/LinterTest.py ................................
tests/bearlib/abstractions/SectionCreatableTest.py ...
tests/bearlib/abstractions/external_bear_wrap_testfiles/ExternalBearWrapTest.py .........
tests/bearlib/aspects/BaseTest.py ..
tests/bearlib/aspects/ClassTest.py ......
tests/bearlib/aspects/CollectionsTest.py ..........
tests/bearlib/aspects/DecoratorsTest.py .....
tests/bearlib/aspects/ExceptionsTest.py .
tests/bearlib/aspects/InstanceTest.py .....
tests/bearlib/aspects/ModuleTest.py .......
tests/bearlib/aspects/RootTest.py ......
tests/bearlib/aspects/SubTest.py .......
tests/bearlib/aspects/TasteTest.py ....
tests/bearlib/aspects/aspectsDocsTest.py .
tests/bearlib/languages/LanguageDefinitionTest.py .
tests/bearlib/languages/LanguageTest.py ....
tests/bearlib/languages/documentation/DocBaseClassTest.py .........................
tests/bearlib/languages/documentation/DocstyleDefinitionTest.py .....
tests/bearlib/languages/documentation/DocumentationCommentTest.py ....................
tests/bearlib/spacing/SpacingHelperTest.py .....
tests/bears/BearTest.py .......................
tests/bears/GlobalBearTest.py ...
tests/bears/LocalBearTest.py ..
tests/collecting/CollectorsTest.py .........................
tests/collecting/DependenciesTest.py ...
tests/collecting/ImportersTest.py ........
tests/core/BearTest.py ..............
tests/core/CircularDependencyErrorTest.py ..
tests/core/CoreTest.py ........................................
tests/core/DependencyBearTest.py .........
tests/core/DependencyTrackerTest.py .........
tests/core/FileBearTest.py .......
tests/core/GraphsTest.py .............
tests/core/PersistentHashTest.py ..
tests/core/ProjectBearTest.py .......
tests/misc/BuildManPageTest.py ..........
tests/misc/CachingTest.py .......
tests/misc/CachingUtilitiesTest.py .......
tests/misc/ContextManagersTest.py ........
tests/misc/DictUtilitiesTest.py ..
tests/misc/EnumTest.py ..
tests/misc/ExceptionsTest.py .
tests/misc/ShellTest.py ......
tests/output/ConfWriterTest.py ....
tests/output/ConsoleInteractionTest.py ..............................................
tests/output/InteractionsTest.py .
tests/output/JSONEncoderTest.py ...........
tests/output/LoggingTest.py .
tests/output/printers/ListLogPrinterTest.py .
tests/output/printers/LogPrinterTest.py ........
tests/parsing/CliParsingTest.py ..
tests/parsing/ConfParserTest.py .........
tests/parsing/DefaultArgParserTest.py ..
tests/parsing/FilterTest.py ............
tests/parsing/GlobbingTest.py .................................
tests/parsing/LineParserTest.py .........
tests/processes/BearRunningTest.py ......
tests/processes/LogPrinterThreadTest.py .
tests/processes/ProcessingTest.py ...........................
tests/processes/communication/LogMessageTest.py ....
tests/results/AbsolutePositionTest.py ......
tests/results/DiffTest.py ......................................
tests/results/EnsureFilesPresentTest.py ......
tests/results/HiddenResultTest.py .
tests/results/LineDiffTest.py ..
tests/results/RESULT_SEVERITYTest.py .
tests/results/ResultFilterTest.py ..........
tests/results/ResultTest.py ..........
tests/results/SourcePositionTest.py ...
tests/results/SourceRangeTest.py ............
tests/results/TextPositionTest.py ...
tests/results/TextRangeTest.py ...........
tests/results/result_actions/ApplyPatchActionTest.py ........
tests/results/result_actions/DoNothingActionTest.py ..
tests/results/result_actions/GeneratePatchesActionTest.py ...
tests/results/result_actions/IgnoreResultActionTest.py ...
tests/results/result_actions/OpenEditorActionTest.py ...........
tests/results/result_actions/PrintAspectActionTest.py ..
tests/results/result_actions/PrintDebugMessageActionTest.py ..
tests/results/result_actions/PrintMoreInfoActionTest.py ..
tests/results/result_actions/ResultActionTest.py .
tests/results/result_actions/ShowAppliedPatchesActionTest.py .
tests/results/result_actions/ShowPatchActionTest.py ......
tests/settings/AnnotationsTest.py ......
tests/settings/ConfigurationGatheringTest.py .....................
tests/settings/DocstringMetadataTest.py ...
tests/settings/FunctionMetadataTest.py ......
tests/settings/SectionFillingTest.py ...
tests/settings/SectionTest.py ...............
tests/settings/SettingTest.py ..................
tests/testing/LocalBearTestHelperTest.py ...............
----------- coverage: platform linux, python 3.6.3-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
---------------------------------------------------------------------------------------------------------------
coalib/__init__.py 12 0 2 0 100%
coalib/bearlib/__init__.py 49 0 20 0 100%
coalib/bearlib/abstractions/ExternalBearWrap.py 77 0 26 0 100%
coalib/bearlib/abstractions/Linter.py 212 0 92 0 100%
coalib/bearlib/abstractions/LinterClass.py 2 0 0 0 100%
coalib/bearlib/abstractions/SectionCreatable.py 13 0 0 0 100%
coalib/bearlib/abstractions/__init__.py 0 0 0 0 100%
coalib/bearlib/aspects/Formatting.py 98 0 28 0 100%
coalib/bearlib/aspects/Metadata.py 79 0 24 0 100%
coalib/bearlib/aspects/Redundancy.py 65 0 20 0 100%
coalib/bearlib/aspects/Security.py 7 0 2 0 100%
coalib/bearlib/aspects/Smell.py 110 0 32 0 100%
coalib/bearlib/aspects/Spelling.py 20 0 6 0 100%
coalib/bearlib/aspects/__init__.py 44 0 14 0 100%
coalib/bearlib/aspects/base.py 62 0 26 0 100%
coalib/bearlib/aspects/collections.py 42 0 28 0 100%
coalib/bearlib/aspects/decorators.py 22 0 12 0 100%
coalib/bearlib/aspects/docs.py 10 0 2 0 100%
coalib/bearlib/aspects/exceptions.py 20 0 4 0 100%
coalib/bearlib/aspects/meta.py 52 0 12 0 100%
coalib/bearlib/aspects/root.py 5 0 0 0 100%
coalib/bearlib/aspects/taste.py 27 0 6 0 100%
coalib/bearlib/languages/Language.py 155 0 58 0 100%
coalib/bearlib/languages/LanguageDefinition.py 25 0 10 0 100%
coalib/bearlib/languages/__init__.py 24 0 0 0 100%
coalib/bearlib/languages/definitions/C.py 11 0 2 0 100%
coalib/bearlib/languages/definitions/CPP.py 12 0 2 0 100%
coalib/bearlib/languages/definitions/CSS.py 8 0 2 0 100%
coalib/bearlib/languages/definitions/CSharp.py 8 0 2 0 100%
coalib/bearlib/languages/definitions/Fortran.py 3 0 2 0 100%
coalib/bearlib/languages/definitions/Golang.py 10 0 2 0 100%
coalib/bearlib/languages/definitions/JSP.py 3 0 2 0 100%
coalib/bearlib/languages/definitions/Java.py 9 0 2 0 100%
coalib/bearlib/languages/definitions/JavaScript.py 10 0 2 0 100%
coalib/bearlib/languages/definitions/Matlab.py 3 0 2 0 100%
coalib/bearlib/languages/definitions/ObjectiveC.py 3 0 2 0 100%
coalib/bearlib/languages/definitions/PHP.py 3 0 2 0 100%
coalib/bearlib/languages/definitions/PLSQL.py 3 0 2 0 100%
coalib/bearlib/languages/definitions/Python.py 11 0 2 0 100%
coalib/bearlib/languages/definitions/Ruby.py 3 0 2 0 100%
coalib/bearlib/languages/definitions/Scala.py 3 0 2 0 100%
coalib/bearlib/languages/definitions/Shell.py 11 0 2 0 100%
coalib/bearlib/languages/definitions/Swift.py 3 0 2 0 100%
coalib/bearlib/languages/definitions/TypeScript.py 11 0 2 0 100%
coalib/bearlib/languages/definitions/Unknown.py 3 0 2 0 100%
coalib/bearlib/languages/definitions/Vala.py 9 0 2 0 100%
coalib/bearlib/languages/definitions/__init__.py 0 0 0 0 100%
coalib/bearlib/languages/definitions/html.py 10 0 2 0 100%
coalib/bearlib/languages/documentation/DocBaseClass.py 16 0 0 0 100%
coalib/bearlib/languages/documentation/DocstyleDefinition.py 88 0 27 0 100%
coalib/bearlib/languages/documentation/DocumentationComment.py 114 0 40 0 100%
coalib/bearlib/languages/documentation/DocumentationExtraction.py 130 0 74 0 100%
coalib/bearlib/languages/documentation/__init__.py 0 0 0 0 100%
coalib/bearlib/naming_conventions/__init__.py 30 0 42 0 100%
coalib/bearlib/spacing/SpacingHelper.py 59 0 24 0 100%
coalib/bearlib/spacing/__init__.py 0 0 0 0 100%
coalib/bears/BEAR_KIND.py 2 0 0 0 100%
coalib/bears/Bear.py 137 0 37 0 100%
coalib/bears/GlobalBear.py 10 0 0 0 100%
coalib/bears/LocalBear.py 10 0 0 0 100%
coalib/bears/__init__.py 0 0 0 0 100%
coalib/bears/meta.py 12 0 7 0 100%
coalib/coala.py 66 0 30 0 100%
coalib/coala_ci.py 7 0 0 0 100%
coalib/coala_delete_orig.py 24 0 6 0 100%
coalib/coala_format.py 7 0 0 0 100%
coalib/coala_json.py 7 0 0 0 100%
coalib/coala_main.py 104 0 48 0 100%
coalib/coala_modes.py 37 0 8 0 100%
coalib/collecting/Collectors.py 132 0 84 0 100%
coalib/collecting/Dependencies.py 19 0 10 0 100%
coalib/collecting/Importers.py 59 0 28 0 100%
coalib/collecting/__init__.py 0 0 0 0 100%
coalib/core/Bear.py 99 0 21 0 100%
coalib/core/CircularDependencyError.py 6 0 2 0 100%
coalib/core/Core.py 125 0 54 0 100%
coalib/core/DependencyBear.py 10 0 2 0 100%
coalib/core/DependencyTracker.py 55 0 27 0 100%
coalib/core/FileBear.py 10 0 2 0 100%
coalib/core/Graphs.py 16 0 10 0 100%
coalib/core/PersistentHash.py 6 0 0 0 100%
coalib/core/ProjectBear.py 10 0 0 0 100%
coalib/core/__init__.py 0 0 0 0 100%
coalib/misc/BuildManPage.py 106 0 24 0 100%
coalib/misc/Caching.py 46 0 20 0 100%
coalib/misc/CachingUtilities.py 76 0 20 0 100%
coalib/misc/Compatibility.py 3 0 0 0 100%
coalib/misc/Constants.py 25 0 2 0 100%
coalib/misc/DeprecationUtilities.py 5 0 4 0 100%
coalib/misc/DictUtilities.py 12 0 10 0 100%
coalib/misc/Enum.py 6 0 2 0 100%
coalib/misc/Exceptions.py 27 0 10 0 100%
coalib/misc/Shell.py 30 0 8 0 100%
coalib/misc/__init__.py 0 0 0 0 100%
coalib/output/ConfWriter.py 95 0 35 0 100%
coalib/output/ConsoleInteraction.py 337 0 156 0 100%
coalib/output/Interactions.py 11 0 6 0 100%
coalib/output/JSONEncoder.py 28 0 16 0 100%
coalib/output/Logging.py 27 0 0 0 100%
coalib/output/__init__.py 0 0 0 0 100%
coalib/output/printers/LOG_LEVEL.py 4 0 0 0 100%
coalib/output/printers/ListLogPrinter.py 17 0 4 0 100%
coalib/output/printers/LogPrinter.py 46 0 4 0 100%
coalib/output/printers/__init__.py 0 0 0 0 100%
coalib/parsing/CliParsing.py 33 0 20 0 100%
coalib/parsing/ConfParser.py 73 0 28 0 100%
coalib/parsing/DefaultArgParser.py 67 0 2 0 100%
coalib/parsing/FilterHelper.py 25 0 13 0 100%
coalib/parsing/Globbing.py 174 0 106 0 100%
coalib/parsing/InvalidFilterException.py 4 0 0 0 100%
coalib/parsing/LineParser.py 79 0 26 0 100%
coalib/parsing/__init__.py 0 0 0 0 100%
coalib/parsing/filters/CanDetectFilter.py 2 0 2 0 100%
coalib/parsing/filters/CanFixFilter.py 2 0 2 0 100%
coalib/parsing/filters/LanguageFilter.py 2 0 2 0 100%
coalib/parsing/filters/__init__.py 4 0 0 0 100%
coalib/processes/BearRunning.py 125 0 44 0 100%
coalib/processes/CONTROL_ELEMENT.py 2 0 0 0 100%
coalib/processes/DebugProcessing.py 22 0 2 0 100%
coalib/processes/LogPrinterThread.py 18 0 4 0 100%
coalib/processes/Processing.py 258 0 120 0 100%
coalib/processes/__init__.py 0 0 0 0 100%
coalib/processes/communication/LogMessage.py 25 0 6 0 100%
coalib/processes/communication/__init__.py 0 0 0 0 100%
coalib/results/AbsolutePosition.py 20 0 6 0 100%
coalib/results/Diff.py 211 0 90 0 100%
coalib/results/HiddenResult.py 11 0 2 0 100%
coalib/results/LineDiff.py 36 0 14 0 100%
coalib/results/RESULT_SEVERITY.py 4 0 2 0 100%
coalib/results/Result.py 93 0 43 0 100%
coalib/results/ResultFilter.py 94 0 54 0 100%
coalib/results/SourcePosition.py 17 0 4 0 100%
coalib/results/SourceRange.py 57 0 16 0 100%
coalib/results/TextPosition.py 25 0 12 0 100%
coalib/results/TextRange.py 38 0 10 0 100%
coalib/results/__init__.py 0 0 0 0 100%
coalib/results/result_actions/ApplyPatchAction.py 28 0 12 0 100%
coalib/results/result_actions/DoNothingAction.py 5 0 2 0 100%
coalib/results/result_actions/GeneratePatchesAction.py 44 0 6 0 100%
coalib/results/result_actions/IgnoreResultAction.py 54 0 17 0 100%
coalib/results/result_actions/OpenEditorAction.py 48 0 19 0 100%
coalib/results/result_actions/PrintAspectAction.py 13 0 2 0 100%
coalib/results/result_actions/PrintDebugMessageAction.py 13 0 2 0 100%
coalib/results/result_actions/PrintMoreInfoAction.py 13 0 2 0 100%
coalib/results/result_actions/ResultAction.py 18 0 0 0 100%
coalib/results/result_actions/ShowAppliedPatchesAction.py 27 0 6 0 100%
coalib/results/result_actions/ShowPatchAction.py 72 0 28 0 100%
coalib/results/result_actions/__init__.py 0 0 0 0 100%
coalib/settings/Annotations.py 15 0 8 0 100%
coalib/settings/ConfigurationGathering.py 162 0 65 0 100%
coalib/settings/DocstringMetadata.py 40 0 12 0 100%
coalib/settings/FunctionMetadata.py 91 0 36 0 100%
coalib/settings/Section.py 137 0 66 0 100%
coalib/settings/SectionFilling.py 45 0 22 0 100%
coalib/settings/Setting.py 88 0 26 0 100%
coalib/settings/__init__.py 0 0 0 0 100%
coalib/testing/BearTestHelper.py 4 0 0 0 100%
coalib/testing/LocalBearTestHelper.py 116 0 40 0 100%
coalib/testing/__init__.py 0 0 0 0 100%
---------------------------------------------------------------------------------------------------------------
TOTAL 6244 0 2373 0 100%
Required test coverage of 100% reached. Total coverage: 100.00%
=========================================================================================== 916 passed in 77.90 seconds ===========================================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment