dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 4 forks source link

Allow alternative test hierarchy names #424

Closed niknetniko closed 10 months ago

niknetniko commented 10 months ago

Fixes #406.

This allows an alternative naming scheme for the test hierarchy in the DSL:

  1. Units N.S. / Tab O.S.
  2. Testcases N.S. / Contexts O.S.
  3. Script N.S. / Testcase O.S. (a testcase N.S. has one "script", which consists of a number of elements)
  4. Tests (not actually named)

The old / existing names are still supported, and probably will keep being supported: they might be useful for Dodona users, and internally TESTed still uses the Dodona terminology.

pdawyndt commented 10 months ago

Can't we use "cases" in the new terminology instead of "testcases"?

niknetniko commented 10 months ago

Can't we use "cases" in the new terminology instead of "testcases"?

Done