Skip to content

Instantly share code, notes, and snippets.

@palash25
Last active June 30, 2018 11:59
Show Gist options
  • Save palash25/80ed9cadad1b5e10f43f8ff97d5f2bfb to your computer and use it in GitHub Desktop.
Save palash25/80ed9cadad1b5e10f43f8ff97d5f2bfb to your computer and use it in GitHub Desktop.
Failures after changing Processing.py
=============================================================================================================================
====================================================== short test summary info ==============================================
FAIL tests/coalaCITest.py::coalaCITest::test_bear_dirs
FAIL tests/coalaCITest.py::coalaCITest::test_find_issues
FAIL tests/coalaCITest.py::coalaCITest::test_find_issues_debug
FAIL tests/coalaCITest.py::coalaCITest::test_find_no_issues
FAIL tests/coalaCITest.py::coalaCITest::test_find_no_issues_debug
FAIL tests/coalaCITest.py::coalaCITest::test_limit_files_affirmative
FAIL tests/coalaCITest.py::coalaCITest::test_section_ordering
FAIL tests/coalaCITest.py::coalaCITest::test_show_patch
FAIL tests/coalaCITest.py::coalaCITest::test_show_patch_debug
FAIL tests/coalaFormatTest.py::coalaFormatTest::test_format_ci_combination
FAIL tests/coalaFormatTest.py::coalaFormatTest::test_line_count
FAIL tests/coalaJSONTest.py::coalaJSONTest::test_find_issues
FAIL tests/coalaTest.py::coalaTest::test_coala
FAIL tests/coalaTest.py::coalaTest::test_coala2
FAIL tests/coalaTest.py::coalaTest::test_coala3
FAIL tests/coalaTest.py::coalaTest::test_coala4
FAIL tests/coalaTest.py::coalaTest::test_coala_with_color
FAIL tests/coalaTest.py::coalaTest::test_coala_without_color
FAIL tests/misc/CachingTest.py::CachingTest::test_caching_multi_results
FAIL tests/misc/CachingTest.py::CachingTest::test_caching_results
FAIL tests/processes/ProcessingTest.py::ProcessingTest::test_yield_ignore_ranges
============================================== 21 failed, 958 passed in 242.29 seconds ===============================================
The caching module in the misc directory also had two failing tests.
=============================================================================================================================
Failure after changing LineCountTestBear to use file.lines instead of file
=============================================================================================================================
====================================================== short test summary info =======================================================
FAIL tests/coalaCITest.py::coalaCITest::test_find_no_issues
FAIL tests/coalaCITest.py::coalaCITest::test_find_no_issues_debug
FAIL tests/coalaCITest.py::coalaCITest::test_limit_files_affirmative
FAIL tests/coalaCITest.py::coalaCITest::test_section_ordering
FAIL tests/coalaCITest.py::coalaCITest::test_show_patch
FAIL tests/coalaCITest.py::coalaCITest::test_show_patch_debug
FAIL tests/coalaTest.py::coalaTest::test_coala_with_color
FAIL tests/coalaTest.py::coalaTest::test_coala_without_color
FAIL tests/processes/ProcessingTest.py::ProcessingTest::test_yield_ignore_ranges
FAIL tests/testing/LocalBearTestHelperTest.py::LocalBearCheckResultsTest::test_bad_assertComparableObjectsEqual
FAIL tests/testing/LocalBearTestHelperTest.py::LocalBearCheckResultsTest::test_good_assertComparableObjectsEqual
============================================== 11 failed, 968 passed in 238.41 seconds ===============================================
misc/CachingUtilities now passes sucessfully
But due to the change in LineCountTestBear the LocalBearTestHelper has two failing tests
=============================================================================================================================
=============================================================================================================================
Failures after changing ConsoleInteraction.py.
=============================================================================================================================
====================================================== short test summary info =================================================
FAIL tests/coalaCITest.py::coalaCITest::test_find_no_issues
FAIL tests/coalaCITest.py::coalaCITest::test_find_no_issues_debug
FAIL tests/coalaCITest.py::coalaCITest::test_limit_files_affirmative
FAIL tests/coalaCITest.py::coalaCITest::test_section_ordering
FAIL tests/coalaCITest.py::coalaCITest::test_show_patch
FAIL tests/coalaCITest.py::coalaCITest::test_show_patch_debug
FAIL tests/coalaTest.py::coalaTest::test_coala_with_color
FAIL tests/coalaTest.py::coalaTest::test_coala_without_color
FAIL tests/output/ConsoleInteractionTest.py::ConsoleInteractionTest::test_print_result
FAIL tests/output/ConsoleInteractionTest.py::ConsoleInteractionTest::test_print_results_for_file
FAIL tests/output/ConsoleInteractionTest.py::ConsoleInteractionTest::test_print_results_multiple_ranges
FAIL tests/processes/ProcessingTest.py::ProcessingTest::test_yield_ignore_ranges
FAIL tests/testing/LocalBearTestHelperTest.py::LocalBearCheckResultsTest::test_bad_assertComparableObjectsEqual
FAIL tests/testing/LocalBearTestHelperTest.py::LocalBearCheckResultsTest::test_good_assertComparableObjectsEqual
============================================== 14 failed, 966 passed in 197.90 seconds=========================================
=============================================================================================================================
Failures after modifying ShowPatchAction and ShowAppliedPatchesAction
It resolved 3 failures in coalaCITest
=============================================================================================================================
======================================================= short test summary info ======================================
FAIL tests/coalaCITest.py::coalaCITest::test_find_no_issues
FAIL tests/coalaCITest.py::coalaCITest::test_find_no_issues_debug
FAIL tests/coalaCITest.py::coalaCITest::test_section_ordering
FAIL tests/coalaTest.py::coalaTest::test_coala_with_color
FAIL tests/coalaTest.py::coalaTest::test_coala_without_color
FAIL tests/output/ConsoleInteractionTest.py::ConsoleInteractionTest::test_print_results_multiple_ranges
FAIL tests/processes/ProcessingTest.py::ProcessingTest::test_yield_ignore_ranges
FAIL tests/results/result_actions/ShowPatchActionTest.py::ShowPatchActionTest::test_apply
FAIL tests/testing/LocalBearTestHelperTest.py::LocalBearCheckResultsTest::test_bad_assertComparableObjectsEqual
FAIL tests/testing/LocalBearTestHelperTest.py::LocalBearCheckResultsTest::test_good_assertComparableObjectsEqual
============================================== 10 failed, 964 passed in 213.13 seconds ======================================
=============================================================================================================================
=============================================================================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment