Skip to content

Commit fb7d421

Browse files
committed
skpkg: tests/test_version.py
1 parent 19d7d4c commit fb7d421

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/test_version.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
"""Unit tests for __version__.py"""
1+
"""Unit tests for __version__.py."""
22

3-
import diffpy.structure
3+
import diffpy.structure # noqa
44

55

66
def test_package_version():
7-
"""Ensure the package version is defined and not set to the initial placeholder."""
7+
"""Ensure the package version is defined and not set to the initial
8+
placeholder."""
89
assert hasattr(diffpy.structure, "__version__")
910
assert diffpy.structure.__version__ != "0.0.0"

0 commit comments

Comments
 (0)