- Nov 18, 2024
-
-
Sébastien Villemot authored
It has been available in Octave for a long time.
-
- Sep 30, 2024
-
-
Stéphane Adjemian authored
-
- Dec 18, 2023
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Jan 02, 2023
-
-
Stéphane Adjemian authored
The unit tests are no more triggered by a comment on the first line (which is kind of problematic for the help comand in Octave) but by a comment after the last return statement. Also English correction (unitary test -> unit test).
-
- Apr 13, 2022
-
-
Sébastien Villemot authored
It is now supported by the MATLAB editor (as of R2022a).
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- Apr 07, 2020
-
-
Sébastien Villemot authored
-
- Dec 12, 2018
-
-
Sébastien Villemot authored
Otherwise the final report cannot be displayed.
-
- Nov 13, 2018
-
-
Sébastien Villemot authored
-
- Sep 14, 2018
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Sep 10, 2018
-
-
Sébastien Villemot authored
-
- May 19, 2017
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Mar 19, 2017
-
-
Stéphane Adjemian authored
Was not working if the second line of the test was empty and had no trailing space.
-
- Mar 17, 2017
-
-
Stéphane Adjemian authored
-
- Mar 01, 2017
-
-
Stéphane Adjemian authored
In this case the unit tests blocks must be preceeded by a return statement.
-
- Oct 21, 2016
-
-
Houtan Bastani authored
isequalwithequalnans does not exist in Octave 4.2 and both Octave and Matlab encourage use of isequaln
-
- Nov 20, 2015
-
-
Stéphane Adjemian authored
-
- Nov 18, 2015
-
-
Stéphane Adjemian authored
-
- Nov 17, 2015
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Print PASSED or FAILED for each tested routine.
-
Stéphane Adjemian authored
-
- Sep 01, 2015
-
- Dec 12, 2014
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
If m-unit-tests/src is in the Matlab/Octave's path, then help m-unit-tests/src will display the list of routines in the toolbox and an example.
-
- Dec 01, 2014
-
-
Stéphane Adjemian authored
To use this toolbox the src folder should be added to the Matlab's path and the script src/initialize_unit_tests_toolbox should be executed (if needed the missing subfolder will be added to the path).
-
Stéphane Adjemian authored
-
- Nov 29, 2014
-
-
Stéphane Adjemian authored
-
- Nov 09, 2014
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Wrong arguments passed to reshape() routine.
-
Stéphane Adjemian authored
Output argument t was not initialized when dassert() routine was called with three arguments for comparing arrays of doubles.
-
Stéphane Adjemian authored
First input of isa() routine is the tested object, not the type of the object...
-
Stéphane Adjemian authored
Propagate the correct number of input arguments in recursive calls.
-
Stéphane Adjemian authored
Missing condition to decide which version of isequal should be used.
-