CV / frontend /test /test_main.py
jdenis-insn
init commit for build
737f55b
raw
history blame contribute delete
104 Bytes
"""Basic test."""
def test_basic() -> None:
"""Test that 1 + 1 equals 2."""
assert 1 + 1 == 2