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 2df4a06 commit 3473749Copy full SHA for 3473749
tests/test_version.py
@@ -6,5 +6,5 @@
6
7
def test_package_version():
8
"""Ensure the package version is defined and not set to the initial placeholder."""
9
- assert hasattr(diffpy.structure, '__version__')
+ assert hasattr(diffpy.structure, "__version__")
10
assert diffpy.structure.__version__ != "0.0.0"
0 commit comments