Skip to content

Commit

Permalink
Add file function test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jul 29, 2024
1 parent 52a9c8d commit d367fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tested/manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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,
),
Expand Down

0 comments on commit d367fe5

Please sign in to comment.