Merge: Added contributing guidelines and link from readme
[nit.git] / src / testing / testing_base.nit
2016-06-03 Jean Privatnitunit: add a `info` to unit-test for noteworthy infor...
2016-06-03 Jean Privatnitunit: improve status bar
2016-06-03 Jean Privatnitunit: rename `has_status` and cie to `has_progress_bar`
2016-06-03 Jean Privatnitunit: fix typo in doc
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-06-02 Jean Privatnitunit: do not show the status bar if no-color or...
2016-05-27 Jean Privatnitunit: the working dir is now `nitunit.out`
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: 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: add options to search the compiler
2016-05-19 Jean Privatnitunit: factorize the search of a compiler
2014-09-03 Jean Privatsrc: cleanup importations
2014-09-03 Jean Privatsrc: add new hub modules to regroup related things...
2014-08-27 Alexandre Terrasanitunit: factorize test_dir processing into test_base.
2014-08-27 Alexandre Terrasanitunit: split module into one executable and a group...