sio2project / sioworkers

GNU General Public License v3.0
11 stars 22 forks source link

Pass input test name to inwer #22

Closed MasloMaslane closed 10 months ago

MasloMaslane commented 1 year ago

This PR introduces passing test name to inwer as an argument. This will allow task creators to write inwers that will be able to verify if tests are in correct groups. It is a backwards-compatible change, because inwers shouldn't expect any arguments.

Related: https://github.com/sio2project/oioioi/pull/258