Marian Zeis 166daed602 New exercise: Matrix (#42)
* new exercise matrix

* fix testclass name

* fix types table and switch back to returning

* using defined class from class in test class
2022-01-08 10:10:19 +01:00
2021-10-18 14:10:32 +02:00
2021-10-18 14:10:32 +02:00
2021-10-22 14:12:36 +02:00
2022-01-08 10:10:19 +01:00
2021-10-18 14:10:32 +02:00
2021-09-30 09:13:57 -06:00
2022-01-08 10:10:19 +01:00
2021-09-30 09:13:57 -06:00
2021-10-18 14:10:32 +02:00

Exercism ABAP Track

configlet test

Exercism exercises in ABAP.

Testing

To test the exercises, run ./bin/test. 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 1.5 MiB
Languages
ABAP 97.3%
Shell 2%
PowerShell 0.7%