Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ona-li-toki-e-jan-epiphany-tawa-mi/aplwiz
GNU APL automated testing script templates | Mirror of https://paltepuk.xyz/cgit/aplwiz.git/about
https://github.com/ona-li-toki-e-jan-epiphany-tawa-mi/aplwiz
apl gnu-apl template unit-testing
Last synced: about 2 months ago
JSON representation
GNU APL automated testing script templates | Mirror of https://paltepuk.xyz/cgit/aplwiz.git/about
- Host: GitHub
- URL: https://github.com/ona-li-toki-e-jan-epiphany-tawa-mi/aplwiz
- Owner: ona-li-toki-e-jan-Epiphany-tawa-mi
- License: gpl-3.0
- Created: 2024-11-27T04:02:53.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-27T04:12:41.000Z (2 months ago)
- Last Synced: 2024-11-27T05:20:23.772Z (2 months ago)
- Topics: apl, gnu-apl, template, unit-testing
- Language: APL
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aplwiz
Depedencies:
- GNU APL: ([https://www.gnu.org/software/apl](https://www.gnu.org/software/apl))
There is a `flake.nix` you can use with `nix develop path:.` to generate a
development enviroment.This project contains a collection of testing script templates, written in GNU
APL, that can be included in your GNU APL projects to add automated testing
(i.e. unit testing, integration testing.)The scripts *are* templates, so they will require modification to work with your
project. Check the files for instructions.## unit-tests.apl
Unit testing script. No dependencies.
To run the example tests, run one of the following commands:
```sh
apl --script unit-tests.apl
./unit-tests.apl
```