Passed
Pull Request — master (#4)
by Guibert
50s
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
eloc 3
dl 0
loc 4
rs 10
c 0
b 0
f 0
cc 1
nop 0
1
def test_version_is_defined():
2
    from async_btree import __version__
3
4
    assert __version__
5