Skip to content
Snippets Groups Projects
Commit a7cc0ade authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA Committed by Moul
Browse files

[enh] Implement the first test

parent 9690c3e5
No related branches found
No related tags found
No related merge requests found
from subprocess import check_output
def test_info():
"""tests './silkaj info' returns a number of members"""
output = check_output(["silkaj", "info"])
assert "Number of members" in output.decode()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment