Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_bear_test_fun_2 contains unused test_unified_results #302

Closed
jayvdb opened this issue Aug 16, 2018 · 2 comments
Closed

test_bear_test_fun_2 contains unused test_unified_results #302

jayvdb opened this issue Aug 16, 2018 · 2 comments

Comments

@jayvdb
Copy link
Member

jayvdb commented Aug 16, 2018

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
Copy link
Contributor

ahphoo commented Aug 17, 2018

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

@jayvdb
Copy link
Member Author

jayvdb commented Aug 17, 2018

Assigned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants