apjanke / octave-testify

New BIST (Built-In Self Test) functions for GNU Octave
GNU General Public License v3.0
4 stars 2 forks source link

Also look for tests in .tst files #85

Closed mtmiller closed 5 years ago

mtmiller commented 5 years ago

Fixes #84

mtmiller commented 5 years ago

Tested on Octave

>> runtests2 ~/src/octave/stable/test
  ~/src/octave/stable/test/args.tst ........................... PASS     26/26  
  ~/src/octave/stable/test/bug-31371.tst ...................... PASS      1/1   
...

And tested on Pythonic

>> runtests2 ~/src/octave/pythonic/tests
  ~/src/octave/pythonic/tests/__py_tests__.m .................. PASS      1/1   
  ~/src/octave/pythonic/tests/types.tst ....................... PASS      1/1   
...
apjanke commented 5 years ago

Yep. Merged. Thank you!