This package provides the following services:
This package consumes the following services:
The goal of this extension is to fully support the creation of configuration files for Gladiator test runner from the Arena automated assignment evaluation platform.
Dependencies
-
Python 3.6 or newer to run
gladiator-clitool -
gladiator-cliinstalled
Note: to install
gladiator-cliexecute the following command:$ pip install --extra-index-url https://arena.kpi.fei.tuke.sk/pypi gladiator-cli
Config file activation
.gladiator.yml file is activated after opening it in Atom (making it an active editor). Until no other .gladiator.ymlis made active by opening it, the functionality is tied to this file.
Provided features
-
Code completion based on schema.
-
Static code analysis based on schema.
-
ctrl+clickon file paths to open them. -
Outline for YAML files.
-
Score outline for problemset files.
-
Hover support.
-
Icon in the right bottom corner indicating existence of
.gladiator.ymlfile. Clicking on this icon opens the given file. -
Ability to create problemset file, divided into multiple subfiles connected together with
includecomments. -
Automatic schema association with
.gladiator.yml, problemset and variants files. -
Path validation in
.gladiator.ymlandincludecomments.