Passed
Pull Request — master (#4)
by Guibert
50s
created

tests.test_version   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

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

1 Function

Rating   Name   Duplication   Size   Complexity  
A test_version_is_defined() 0 4 1
1
def test_version_is_defined():
2
    from async_btree import __version__
3
4
    assert __version__
5