Skip to content

Commit

Permalink
comment restored
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Nov 29, 2024
1 parent c48d84c commit 3ecfc2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def test_suite(self) -> list[Suite]:
else:
tercc = json.loads(os.getenv("TERCC", "{}"))
test_suite = self._eiffel_test_suite(tercc)
# The dataset is not necessary for the suite runner.
test_suite = [Suite.from_tercc(suite, {}) for suite in test_suite]
self.__test_suite = test_suite
return self.__test_suite or []
Expand Down

0 comments on commit 3ecfc2a

Please sign in to comment.