Merge: Added contributing guidelines and link from readme
[nit.git] / src / testing / testing_suite.nit
2016-06-07 Jean Privatnitunit: drop -t option
2016-06-07 Jean Privatnitunit: just process test_suite when given
2016-06-07 Jean Privatnitunit: compile with -q to silent warnings
2016-06-06 Jean-Christophe... nitunit: Fix documentation to reflect actual test disco...
2016-06-03 Jean Privatnitunit: add `--autosav` for testsuites
2016-06-03 Jean Privatnitunit: testsuite+diff tries additional `.res` files
2016-06-03 Jean Privatnitunit: testsuite+diff do not info missing diff if...
2016-06-03 Jean Privatnitunit: rename `has_status` and cie to `has_progress_bar`
2016-06-02 Jean Privatnitunit: keep the status bar at the end line and show...
2016-06-02 Jean Privatnitunit: remove `more_message` from status as it causes...
2016-05-27 Jean Privatnitunit: honor --no-color
2016-05-25 Jean Privatnitunit: show a progress bar
2016-05-25 Jean Privatnitunit: separate the error message from the test output
2016-05-25 Jean Privatnitunit: add more information in UnitTest
2016-05-20 Jean Privatnitunit: new class UnitTest to factorize TestCase and...
2016-05-19 Jean Privatnitunit: teach test_suite to compare outputs with a...
2016-05-19 Jean Privatnitunit: filter the XML content (and trunc it if needed)
2016-05-19 Jean Privatnitunit: use a safe_exec function with high ulimits
2016-05-19 Jean Privatnitunit: factorize the search of a compiler
2015-12-15 Alexandre Terrasanitunit: always call before/after methods
2015-12-15 Alexandre Terrasanitunit: clean warnings for testing_suite
2015-10-21 Jean Privatother tools: cleanup and synchronize options with the...
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-11 Alexandre Terrasanitunit: compile test-suite once
2014-12-11 Alexandre Terrasatest_suite: fixes documentation warnings
2014-11-28 Jean Privatnitdoc: increase the verbosity level for the numerous...
2014-11-04 Jean Privattoolcontext: nit_dir is non-nullable
2014-10-06 Jean-Christophe... nitunit: accept an absolute path for `--dir`.
2014-09-26 Jean Privatnitunit: prefix xml packagenames with 'nitunit.'
2014-09-19 Jean Privatsrc: add tag to existing warnings
2014-09-03 Jean Privatsrc: cleanup importations
2014-08-28 Alexandre Terrasanitunit: allow testing from external files called test...