tests and exercises

This commit is contained in:
rasbt
2024-05-13 07:45:59 -05:00
parent c8bcdf5206
commit 13e4282567
3 changed files with 171 additions and 5 deletions

View File

@@ -7,7 +7,6 @@
import subprocess
import pytest
def test_gpt_class_finetune():
@@ -15,4 +14,3 @@ def test_gpt_class_finetune():
result = subprocess.run(command, capture_output=True, text=True)
assert result.returncode == 0, f"Script exited with errors: {result.stderr}"