Total Complexity | 1 |
Total Lines | 8 |
Duplicated Lines | 0 % |
Changes | 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 |