Promptaid-VIsion / e2e /test_simple.py
SCGR's picture
e2e
207c07d
raw
history blame
173 Bytes
import pytest
def test_simple():
"""Simple test to verify pytest is working"""
assert True
def test_another():
"""Another simple test"""
assert 1 + 1 == 2