TestRunerDisplay.need_to_run_core()   A
last analyzed

Complexity

Conditions 1

Size

Total Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
c 0
b 0
f 0
dl 0
loc 2
rs 10
1
from synergine.test.TestDisplay import TestDisplay
2
3
class TestRunerDisplay(TestDisplay):
4
5
    _name = 'test_runner'
6
7
    def need_to_run_core(self):
8
        return True