Passed
Branch master (2e0d62)
by Max
50s
created

tests.structured_data.test__unpack   A

Complexity

Total Complexity 2

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 5
rs 10
c 0
b 0
f 0
wmc 2
1
def test_unpack():
2
    from structured_data import _unpack
3
    # This needs a much better test
4
    assert _unpack.unpack(()) is ()
5