András B Nagy c9536ab350 Make CI compatible for Unitt 3.x (#207)
* Ignore auto-generated .unitt folders

* Update `acronym` to unitt 3

* Only show detailed output for failing CI tests

* Revert "Update `acronym` to unitt 3"

This reverts commit c4972099e3133ed623cbf8c2131310a07fb5f29c.
2025-10-20 23:04:31 -07:00
2024-05-23 16:07:09 +02:00
2025-10-18 11:59:12 -07:00
2024-05-23 16:07:09 +02:00
2025-10-18 11:59:12 -07:00
2024-12-04 07:18:21 -08:00
2024-05-23 14:14:03 +00:00
2025-07-10 17:45:57 -07:00

Exercism Arturo Track

Configlet Test

Exercism exercises in Arturo.

Testing

To test the exercises, run ./bin/verify-exercises. This command will iterate over all exercises and check to see if their exemplar/example implementation passes all the tests.

Track linting

configlet is an Exercism-wide tool for working with tracks. You can download it by running:

$ ./bin/fetch-configlet

Run its lint command to verify if all exercises have all the necessary files and if config files are correct:

$ ./bin/configlet lint

The lint command is under development.
Please re-run this command regularly to see if your track passes the latest linting rules.

Basic linting finished successfully:
- config.json exists and is valid JSON
- config.json has these valid fields:
    language, slug, active, blurb, version, status, online_editor, key_features, tags
- Every concept has the required .md files
- Every concept has a valid links.json file
- Every concept has a valid .meta/config.json file
- Every concept exercise has the required .md files
- Every concept exercise has a valid .meta/config.json file
- Every practice exercise has the required .md files
- Every practice exercise has a valid .meta/config.json file
- Required track docs are present
- Required shared exercise docs are present
Description
No description provided
Readme 737 KiB
Languages
Shell 89.4%
PowerShell 10.6%