Completed
Push — develop ( 1028e8...dc239e )
by Jace
01:49
created

it_shows_text()   A

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
# pylint: disable=unused-variable
2
3
4
from verchew import utils
5
6
7
def describe_display():
8
9
    def it_shows_text():
10
        utils.display("foobar")
11