xonsh/tests/test_xontribs.py
2016-05-24 01:54:18 -04:00

6 lines
No EOL
204 B
Python

"""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()