We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8635931 commit c2a7348Copy full SHA for c2a7348
engine/e2e-test/main.py
@@ -9,6 +9,7 @@
9
from test_cli_server_start import TestCliServerStart
10
from test_cortex_update import TestCortexUpdate
11
from test_create_log_folder import TestCreateLogFolder
12
+from test_cli_model_pull_direct_url import TestCliModelPullDirectUrl
13
14
if __name__ == "__main__":
15
pytest.main([__file__, "-v"])
0 commit comments