Skip to content

Commit

Permalink
green_modeTest.py: Remove test_unified_results
Browse files Browse the repository at this point in the history
This change removes test_unified_results from test_bear_test_fun_2.
The expected results of unified_results are [None, None], so
test_unified_results can be removed.

Closes #302
  • Loading branch information
AP PH authored and gitmate-bot committed Aug 17, 2018
1 parent 4e80186 commit 5645a4c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/green_mode/green_modeTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,6 @@ def test_bear_test_fun_2(self):
[{'filename': 'A.py'},
{'filename': 'C.py'}]},
{TestGlobalBear: [{}]}]
test_unified_results = [{TestLocalBear:
[{'filename': 'A.py',
'yield_results': False},
{'filename': 'C.py',
'yield_results': False}]},
{TestGlobalBear: [{'yield_results': False}]}]
self.assertCountEqual(non_op_results[1][TestGlobalBear],
test_non_op_results[1][TestGlobalBear])
self.assertCountEqual(non_op_results[0][TestLocalBear],
Expand Down

0 comments on commit 5645a4c

Please sign in to comment.