test xontrib metadata

This commit is contained in:
Anthony Scopatz 2016-05-24 01:54:18 -04:00
parent e95c016637
commit dc46f8aed7

6
tests/test_xontribs.py Normal file
View file

@ -0,0 +1,6 @@
"""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()