Mentions légales du service

Skip to content

Add regressions test

Charlotte Thomas requested to merge add_test into master

Addition of regression test in the code

TODO list

  • Add a test subcommand and add it to the Makefile
  • Add the proper implementation of execute_all_tests
  • Add implementation of tests
    • Compile the test
    • Execute the test
    • Compare values to known files (.result) if file does not exists creates it with the test
    • Compare observations
    • Catch errors to mark the test as invalid
Edited by Charlotte Thomas

Merge request reports