sio2project / oioioi

GNU General Public License v3.0
162 stars 72 forks source link

Pass input test name to inwer #258

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/sioworkers/pull/22

twalen commented 10 months ago

But before merging please:

MasloMaslane commented 10 months ago

I had to change test_interactive_package.tgz, because if a file was passed as argument to inwer, it tried to open this file. I removed this logic.