updating test

This commit is contained in:
João Moura
2024-07-28 13:22:38 -04:00
parent 9018e2ab6a
commit 4e6abf596d
4 changed files with 409558 additions and 6880 deletions

View File

@@ -1,6 +1,8 @@
import subprocess
import click
import pytest
pytest.skip(allow_module_level=True)
def test_crew(n_iterations: int, model: str) -> None: