[435c0f]: / qa_rag / tests / test_qarag.py

Download this file

4 lines (3 with data), 89 Bytes

1
2
3
4
from src.qa_rag import __version__
def test_version():
assert __version__ == '0.1.0'