Switch to side-by-side view

--- a
+++ b/qa_rag/tests/test_qarag.py
@@ -0,0 +1,4 @@
+from src.qa_rag import __version__
+
+def test_version():
+    assert __version__ == '0.1.0'
\ No newline at end of file