Completed
New docker container for a unit test runner
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Automated Testing and Continuous Integration in APL Development
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About Lars, SimCorp, and SimCorp Dimension
- 3 Motivation for automating testing and the test pipeline
- 4 GitHub repository for this demo – introducing the .aplt extension
- 5 Live demo – getting started with a function and some test cases
- 6 Test Driven Development
- 7 Live Demo – Unit test runner running in a Dyalog Session from source files
- 8 What if it could all be automated?!
- 9 Using the Dyalog docker container
- 10 New docker container for a unit test runner
- 11 Running the docker container in a GitHub action this means tests will automatically run whenever a push&commit is made