You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show subtask summary verdict when invoking solution
* Show score and num of tests invoked per subtask
* Compare subtask verdict with expected when invoking solution
* Update scripts version to 1.21
Add 'export' scripts + CMS exporter
* Update scripts version to 1.19
* Add tps command 'export' to scripts
* Add bash completion for 'export': forward bash completion to exporters
* Add 'CMS' as an exporter (currently supporting only tasks with graders)
* Add python tools for bash completion (bash_completion.py)
* Add python tools for verbose info (verbose.py)
Update compilation script
* Scripts version: 1.18
* Minor refactorings in compilation script
* Use python static analyzers 'pylint' and 'mypy' in compiling
python scripts in order to generate compile warnings.