Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / nitunit.nit
2019-03-01 Jean Privatnitunit: do not write empty testsuites in the xml file
2016-08-22 Alexandre Terrasanitunit: import frontend
2016-06-11 Jean Privatnitunit: add --no-time to avoid time and improve reprod...
2016-06-07 Jean Privatnitunit: drop -t option
2016-06-07 Jean Privatnitunit: just process test_suite when given
2016-06-03 Jean Privatnitunit: add `--autosav` for testsuites
2016-05-27 Jean Privatnitunit: remove the working directory on success
2016-05-27 Jean Privatnitunit: improve summary of results
2016-05-25 Jean Privatnitunit: set more environment variables NIT_TESTING_ID...
2016-05-19 Jean Privatnitunit: add options to search the compiler
2016-05-19 Jean Privatnitunit: prevent generated files to be part of the...
2016-05-17 Jean Privatnitunit: set the envvar NIT_TESTING
2015-10-09 Jean Privatloader: rename `get_group` to `identify_group`
2015-03-18 Jean Privatnitunit: can work with markdown files in parameters
2015-03-18 Jean Privatnitunit: run nitunits for documentation of groups
2015-01-06 Jean Privattools: use `parse_full` in nitdoc, nitlight, nitmetrics...
2014-11-07 Alexis Laferrièretests: modify ai::puzzle, nitmetrics and nitunit to...
2014-08-28 Alexandre Terrasanitunit: add README for group `testing` and redirect...
2014-08-28 Alexandre Terrasanitunit: allow test-suite skeleton generation.
2014-08-28 Alexandre Terrasanitunit: allow testing from external files called test...
2014-08-27 Alexandre Terrasanitunit: split module into one executable and a group...
2014-07-18 Jean Privatnitunit: remove a deprecated TODO
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-05-28 Alexandre Terrasanitunit: fix verbose display
2014-04-25 Jean Privatnitunit: keeps track of the source directory of the...
2014-04-25 Jean Privatnitunit: `-W` warns fishy block in comments
2014-04-25 Jean Privatnitunit: allows multiple independant block in a single...
2014-04-24 Jean Privatnitunit: lower verbosity level to track each execution...
2014-04-24 Jean Privatnitunit: add option `--no-act` that does noes run the...
2014-04-24 Jean Privatnitunit: more verbose on execution
2014-04-23 Jean Privatnitunit: learn to use `nit_dir` instead of hardcoding...
2014-04-09 Jean Privatnitunit: updade usage of get_mmodule_by_name
2014-03-25 Jean Privatnitunit: use `--ignore-visibility` when executon tests
2014-03-21 Jean Privattoolcontext: `process_options` require arguments.
2014-03-21 Jean Privatsrc: update tools to the new toolcontext helpers on...
2014-03-20 Jean Privatnitunit: adapt do MDoc
2014-03-18 Jean Privatlib/html: adapt HTMLPage & HTMLTag to Streamable
2014-02-05 Jean Privatnitunit: do some kind of shenanigans to import the...
2013-08-23 Jean Privatmarkdown: add a toolcontext attribute
2013-08-17 Jean Privattool: new program nitunit.nit