Skip to content

Tags: ioi/tps

Tags

2022

Toggle 2022's commit message
Add test_name_matches_pattern in tests_util

v1.25

Toggle v1.25's commit message
[Scripts] Update version to 1.25

v1.24

Toggle v1.24's commit message
Add an exporter for DOMjudge

v1.23

Toggle v1.23's commit message
[Scripts] Improve local variable names in argument parser functions t…

…o prevent potential bugs

v1.22

Toggle v1.22's commit message
Update scripts version to 1.22

v1.21

Toggle v1.21's commit message
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

v1.20

Toggle v1.20's commit message
Update scripts version to 1.20

v1.19

Toggle v1.19's commit message
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)

v1.18

Toggle v1.18's commit message
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.

v1.17

Toggle v1.17's commit message
Improve quality of python files in scripts

* Scripts version: 1.17
* Use pylint to improve quality of python files in scripts.