From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/tools/server/tests/pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 llama.cpp/tools/server/tests/pytest.ini (limited to 'llama.cpp/tools/server/tests/pytest.ini') diff --git a/llama.cpp/tools/server/tests/pytest.ini b/llama.cpp/tools/server/tests/pytest.ini new file mode 100644 index 0000000..6df308d --- /dev/null +++ b/llama.cpp/tools/server/tests/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +markers = + slow: marks tests as slow (deselect with '-m "not slow"') + serial -- cgit v1.2.3