mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
6 lines
204 B
Python
6 lines
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()
|