Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[utils/tasktester] Make the task tester compatible with the new taskset feature #973

Open
nrybowski opened this issue Oct 10, 2023 · 0 comments

Comments

@nrybowski
Copy link
Member

Is your feature request related to a problem? Please describe.
inginious.org already deploys unmerged features such as the new tasksets (See https://github.com/UCL-INGI/INGInious/tree/tasksets).

However, the task tester script relies on the current course format and fails with the newer taskset format. See:

Traceback (most recent call last):
  File "/inginious/./inginious-test-task", line 301, in <module>
    taskset_factory, task_factory = create_factories(local_fsp, task_dispensers, task_problem_types)
ValueError: too many values to unpack (expected 2)

Hence, courses currently available on inginious.org won't benefit from the CI task tester feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant