coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

test_bear_test_fun_2 contains unused test_unified_results #302

Closed jayvdb closed 6 years ago

jayvdb commented 6 years ago

test_bear_test_fun_1 and test_bear_test_fun_2 both contain the following

        test_unified_results = [{TestLocalBear:
                                 [{'filename': 'A.py',
                                   'yield_results': False},
                                  {'filename': 'C.py',
                                   'yield_results': False}]},
                                {TestGlobalBear: [{'yield_results': False}]}]

However in test_bear_test_fun_2 the expect results of unified_results are [None, None], so the above test_unified_results can be removed.

ahphoo commented 6 years ago

Hello, I would like to be assigned to this task.

jayvdb commented 6 years ago

Assigned