Passed
Push — master ( 52951f...c1256c )
by Fabien
01:10
created

test_usage   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Importance

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

1 Function

Rating   Name   Duplication   Size   Complexity  
A test_constructor() 0 3 1
1
from opinionated_configparser import OpinionatedConfigParser
2
3
4
def test_constructor():
5
    x = OpinionatedConfigParser()
6
    assert x is not None
7