Added execution time to the UI

This commit is contained in:
ebolam
2022-06-10 20:51:22 -04:00
parent cfd1147d5a
commit 5110e956d2
3 changed files with 10 additions and 0 deletions

View File

@ -150,6 +150,10 @@ def test_load_model_from_web_ui(client_data, model, expected_load_options):
generate_story_data(client_data)
def test_load_GooseAI_from_web_ui(client_data):
pytest.skip("unsupported configuration")
@pytest.mark.parametrize("model, expected_load_options", test_models)
def test_load_model_from_command_line(client_data, model, expected_load_options):
(client, app, socketio_client) = client_data