Merge: Added contributing guidelines and link from readme
[nit.git] / src / testing / testing_doc.nit
2016-06-07 Jean Privatnitunit: compile with -q to silent warnings
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: check docunits in order, even if compiled...
2016-06-02 Jean Privatnitunit: md files do not need a location, just the...
2016-06-02 Jean Privatnitunit: number docunit from 1 and correctly use it...
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: suites in docunits have a name
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-24 Jean Privatnitunit: fix some nitunit flags.
2016-05-21 Jean Privatnitunit/docunit: consider invalid-block as prefailed...
2016-05-21 Jean Privatnitunit: remove old tc object used for names
2016-05-21 Jean Privatnitunit: DocUnit is also a TestUnit
2016-05-20 Jean Privatnitunit: docunit have their own location
2016-05-20 Jean Privatnitunit: docunits are directly created while discovering.
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
2016-05-13 Jean Privatnitunit: give precise error location on invalid docunits.
2015-12-18 Jean Privatnitc: use mmodule.filepath at some place
2015-09-10 Jean PrivatMerge: nitiwiki: external highlighter
2015-09-10 Jean Privatlib/markdown: promote `BlockFence::meta` to `BlockCode...
2015-09-10 Jean Privatlib/markdown: factorize clones `code_from_block` into...
2015-09-09 Jean Privatsrc: mass rename project->package
2015-08-27 Jean Privatnitunit: special case in on `core` now
2015-06-17 Jean Privatnitunit: bad code count as code (to avoid more failures...
2015-06-17 Jean Privatnitunit: process failures (bad code) before leaving
2015-06-10 Alexandre Terrasanitunit: use the Markdown parser from `lib/markdown...
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-03-18 Jean Privatnitunit: can work with markdown files in parameters
2015-03-18 Jean Privatnitunit: run nitunits for documentation of groups
2015-03-18 Jean Privatnitunit: work with `mdoc` instead of `ndoc`
2015-03-18 Jean Privatnitunit: `NitUnitExecutor::mmodule` can be null
2015-03-18 Jean Privatnitunit: factorize file creation and compilation for...
2015-02-20 Alexis Laferrièrenitunit: fix executing last test which was previously...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-01-03 Jean Privatsrc: client of `mmodule2nmodule` now use `mmodule2node`
2014-12-20 Jean Privatsrc: finish documenting some module
2014-12-16 Jean Privatnitunit: enable the execution of simple docunit in...
2014-12-15 Jean Privatnitunit: separate extraction and execution of docunits
2014-11-28 Jean Privatnitunit: enforce the testing of docunits (unless explic...
2014-11-28 Jean Privatsrc: nitunit and docdown use the fence-tag to skip...
2014-11-28 Jean Privatdocdown: read simple fence tag (type)
2014-11-24 Alexandre Terrasasrc: rename old `markdown` module in `docdown` to avoid...
2014-11-17 Jean Privatnitunit: protect generated files name a little to avoid...
2014-11-17 Jean Privatnitunit: test only block of code
2014-11-06 Jean PrivatMerge: Use new constructors
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-11-04 Jean Privattoolcontext: nit_dir is non-nullable
2014-10-11 Jean Privatsrc: remove useless comparisons on null
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-08-27 Alexandre Terrasanitunit: factorize test_dir processing into test_base.
2014-08-27 Alexandre Terrasanitunit: split module into one executable and a group...