From d367fe5b1de027ab8d3bc733529f6b79023d6f26 Mon Sep 17 00:00:00 2001 From: jorg-vr Date: Mon, 29 Jul 2024 16:18:58 +0200 Subject: [PATCH] Add file function test --- tested/manual.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tested/manual.py b/tested/manual.py index 6b05b058..f7e08666 100644 --- a/tested/manual.py +++ b/tested/manual.py @@ -13,7 +13,7 @@ from tested.main import run from tested.testsuite import SupportedLanguage -exercise_dir = "/home/jorg/Documents/universal-judge/tests/exercises/echo-function-additional-source-files" +exercise_dir = "/home/jorg/Documents/universal-judge/tests/exercises/echo-function-file" def read_config() -> DodonaConfig: @@ -27,7 +27,7 @@ def read_config() -> DodonaConfig: source=Path(exercise_dir, "solution/correct.cpp"), judge=Path("."), workdir=Path("workdir"), - test_suite="full.tson", + test_suite="one.tson", options=Options( linter=False, ),