forked from lix-project/lix
5 lines
113 B
Python
5 lines
113 B
Python
|
from .testlib.fixtures import Nix
|
||
|
|
||
|
def test_trivial_addition(nix: Nix):
|
||
|
assert nix.eval('1 + 1').json() == 2
|