mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
test xontrib metadata
This commit is contained in:
parent
e95c016637
commit
dc46f8aed7
1 changed files with 6 additions and 0 deletions
6
tests/test_xontribs.py
Normal file
6
tests/test_xontribs.py
Normal 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()
|
Loading…
Add table
Reference in a new issue