Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / testing /
2018-06-27 Alexandre Terrasanitunit: use the new markdown parser
2018-06-27 Alexandre Terrasasrc/nitunit: remove warnings from `testing_doc`
2018-06-01 Jean PrivatMerge: Nitunit: mass compile non-simple docunits
2018-05-31 Jean Privatnitunit: try to mass compile all docunits at once
2018-05-31 Jean Privatnitunit: `test_single_docunit` call `execute_simple_doc...
2018-05-31 Jean Privatnitunit: extract `generate_single_docunit` from `test_s...
2018-05-31 Jean Privatnitunit: rename and redocument `test_simple_docunits...
2017-10-26 Alexandre Terrasanitunit: update documentation
2017-10-26 Alexandre Terrasanitunit: fix nitunits within the README
2017-10-26 Alexandre Terrasanitunit: linearize test execution
2017-10-26 Alexandre Terrasanitunit: introduce before/after class tests
2017-10-26 Alexandre Terrasanitunit: do not execute a before/after test twice
2017-10-26 Alexandre Terrasanitunit: fix `before-all` and `after-all` detection
2017-10-11 Alexandre Terrasalib/markdown: merge processor and emitter
2017-09-06 Alexandre Terrasanitunit: update documentation for annotations
2017-09-06 Alexandre Terrasanitunit: migrate test generation to annotations
2017-08-15 Alexandre Terrasanitunit: use `intern` constructor
2017-08-15 Alexandre Terrasanitunit: use `before`, `after` annotations for test...
2017-08-15 Alexandre Terrasanitunit: use `before_all`, `after_all` annotations...
2017-08-15 Alexandre Terrasanitunit: use `test` annotation for propdefs
2017-08-15 Alexandre Terrasanitunit: use `test` annotation for classdefs
2017-08-15 Alexandre Terrasanitunit: use `test` annotation for modules
2017-06-20 Jean Privatnitunit: introduce `is_compiled` to see if a unit file...
2017-03-23 Alexis Laferrièrenitunit: intrude import modules to test private entities
2017-02-03 Alexandre Terrasatesting: compile before and after methods
2017-02-03 Alexandre Terrasatesting: fix `before_module` and `after_module` method...
2017-02-03 Alexandre Terrasatesting: extract `fail` method to make a test case...
2016-11-28 Alexandre Terrasanitunit: set NIT_TESTING_PATH before running a test...
2016-11-28 Alexandre Terrasanitunit: remove warnings from testing_suite (and unifor...
2016-11-28 Alexandre Terrasanitunit: toolcontext set `NIT_TESTING_PATH`
2016-11-28 Alexandre Terrasanitunit: remove warnings from testing_base
2016-06-11 Jean Privatnitunit: add --no-time to avoid time and improve reprod...
2016-06-11 Jean Privatnitunit: move compilation errors to `<testcase>` as...
2016-06-11 Jean Privatnitunit: use shorter names in the XML
2016-06-11 Jean Privatnitunit: use `message` attribute in XML to store the...
2016-06-11 Jean Privatnitunit: add time information
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: add a `info` to unit-test for noteworthy infor...
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: 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: 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-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: 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: new class UnitTest to factorize TestCase and...
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: 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: add options to search the compiler
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-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-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-05-26 Jean PrivatRename REAMDE to README.md
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-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...
next