Source code for pygromos.tests.test_pygromos

"""
Unit and regression dev for the pygromos package.
"""

# Import package, dev suite, and other packages as needed
import sys


[docs]def test_pygromos_imported(): """Sample dev, will always pass so long as import statement worked""" assert "pygromos" in sys.modules