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

i18n: support separate test suites for different natural languages #571

Open
pdawyndt opened this issue Dec 5, 2024 · 0 comments
Open

Comments

@pdawyndt
Copy link
Contributor

pdawyndt commented Dec 5, 2024

The simplest way to have automated assessment done by TESTed, is to use a separate test suite for each natural language supported by an exercises. Supporting this onlys require a minor change to TESTed. The metadata passed to TESTed specifies the "natural language" and the "path of the test suite". Instead of passing a single path to a test suite, we could also provide a map from natural language to a specific test suite for that language.

Note: Supporting i18n this only makes sense in case the test suites for the individual natural languages are completely disjoint. Otherwise this would yield a lot of duplication in the test suites.

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

No branches or pull requests

1 participant