Total Complexity | 1 |
Total Lines | 7 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | from opinionated_configparser import OpinionatedConfigParser |
||
2 | |||
3 | |||
4 | def test_constructor(): |
||
5 | x = OpinionatedConfigParser() |
||
6 | assert x is not None |
||
7 |