Skip to content

Commit 0c3d1b2

Browse files
committed
Move autotests to seperate repo
1 parent e338f4e commit 0c3d1b2

File tree

4 files changed

+21
-134
lines changed

4 files changed

+21
-134
lines changed

evaluation_function/auto_tests.py

Lines changed: 0 additions & 131 deletions
This file was deleted.

evaluation_function/evaluation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import unittest
2+
from autotests import auto_test
23

34
from .evaluation import Params, evaluation_function
4-
from .auto_tests import auto_test
55

66
@auto_test("eval_tests.yaml", evaluation_function)
77
class TestEvaluationFunction(unittest.TestCase):

poetry.lock

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lf_toolkit = { git = "https://github.com/lambda-feedback/toolkit-python.git", br
1616
"parsing",
1717
"ipc",
1818
] }
19-
pyyaml = "^6.0"
19+
autotests = { git = "https://github.com/m-hurlow/autotests.git", branch = "main" }
2020

2121
[tool.poetry.group.dev.dependencies]
2222
pytest = "^8.2.2"

0 commit comments

Comments
 (0)