pyopenbook/tests/test_stub.py

8 lines
116 B
Python

"""Test stub."""
# XXX: Remove when there are actual tests.
def test_stub():
"""Test stub."""
assert True