xonsh/tests/test_xontribs.py

6 lines
204 B
Python
Raw Normal View History

2016-05-24 01:54:18 -04:00
"""xontrib tests, such as they are"""
from xonsh.xontribs import xontrib_metadata
def test_load_xontrib_metadata():
# Simply tests that the xontribs JSON files isn't malformed.
xontrib_metadata()