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

tests.test_version   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 8
rs 10
c 0
b 0
f 0
wmc 1
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