Passed
Push — dev ( 585a6c...674376 )
by Andreas
59s
created

tests.test_f_getconfig   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 4
dl 0
loc 7
rs 10
c 0
b 0
f 0

1 Function

Rating   Name   Duplication   Size   Complexity  
A test_getconfig() 0 3 1
1
from f_getconfig import getconfig
2
3
4
def test_getconfig():
5
    """Проверка, что конфиг не пустой."""
6
    assert getconfig() is not None, 'Config is empty'