Contributors: Contributors: Remi-Gau, jorgepz
- Update documentation in Readme
- Update Dockerfile to use
qmrlab/octaveci:latest
based on Octave 5.2.0 #12
Contributors: Remi-Gau, jorgepz, agahkarakuzu
- Bugfix: Allow several external directories to be added #10
- Make sure that
@v1
points to the latest major version #11 - New option to provide a working directory #11
- Use
qmrlab/octaveci:v4.2.2
instead ofmtmiller/octave
as base docker image #6 - Add optional test data directory #6
- Add option to install octave packages #6
- Add option to add external packages to the search path #6
- Rename argument
test_directory
totests
breaks backward compatibility! - Rename argument
src_directory
tosrc
breaks backward compatibility! - Add support for writing to a logfile
- Add support for several src directories
- Add support for several test directories
- recurse into subdirectories by default
- Add support for documentation tests with Modox
- Add support for code coverage and coverage reports with MOcov
Initial release