Skip to content
Snippets Groups Projects
  1. Apr 03, 2016
  2. Apr 02, 2016
  3. Nov 13, 2014
  4. Feb 09, 2013
    • Idan Kamara's avatar
      tests: add a test runner utility that prints nothing when all tests pass · 2cbfb8c497ee
      Idan Kamara authored
      This will be used to run tests through run-tests, which will expect no output
      for a unit test that passes successfully.
      
      The motivation for using unit tests instead of the current Python tests is that
      they don't require an output file for comparison and that they're easier to write
      because of the available tools from unittest (setup, asserts).
      2cbfb8c497ee
Loading