PyLSPClient/tests/test_a.py

8 lines
134 B
Python
Raw Normal View History

2018-11-11 22:11:27 +00:00
from lsp import json_rpc_client
# content of test_sample.py
def func(x):
return x + 1
def test_answer():
assert func(3) == 5