We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d7d4c commit fb7d421Copy full SHA for fb7d421
tests/test_version.py
@@ -1,9 +1,10 @@
1
-"""Unit tests for __version__.py"""
+"""Unit tests for __version__.py."""
2
3
-import diffpy.structure
+import diffpy.structure # noqa
4
5
6
def test_package_version():
7
- """Ensure the package version is defined and not set to the initial placeholder."""
+ """Ensure the package version is defined and not set to the initial
8
+ placeholder."""
9
assert hasattr(diffpy.structure, "__version__")
10
assert diffpy.structure.__version__ != "0.0.0"
0 commit comments