Passed
Branch master (c311bb)
by Guibert
02:53 queued 02:10
created

tests.test_version.test_version_is_defined()   A

Complexity

Conditions 1

Size

Total Lines 4
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 3
nop 0
dl 0
loc 4
rs 10
c 0
b 0
f 0
1
"""Test unit for module version."""
2
3
4
def test_version_is_defined():
5
    from networkx_query import __version__
6
7
    assert __version__
8