Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented SKIPPED test status | Rostyslav Dzinko | 2016-06-03 | 1 | -2/+25 |
| | |||||
* | moved random procs from math to its own module (breaking change) | Andreas Rumpf | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Windows: fixes a regression; codegen might not know about & at this point | Araq | 2016-03-29 | 1 | -0/+0 |
| | |||||
* | Moved teardown call to try block for namespace access reasons | Rostyslav Dzinko | 2015-09-17 | 1 | -1/+2 |
| | |||||
* | make testSetupIMPL and testTeardownIMPL non-public | fenekku | 2015-08-12 | 1 | -5/+4 |
| | |||||
* | failed unittest check causes identifiers and calls to be printed out | fenekku | 2015-08-12 | 1 | -10/+17 |
| | |||||
* | Fix multiple requires in a test | Nycto | 2015-08-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3094 from fenekku/unittest-work | Dominik Picheta | 2015-07-26 | 1 | -13/+131 |
|\ | | | | | document unittest.nim + code agreement | ||||
| * | document unittest.nim + code agreement | fenekku | 2015-07-09 | 1 | -13/+131 |
| | | |||||
* | | Remove access modifiers from inner templates | Sergey Avseyev | 2015-07-23 | 1 | -2/+2 |
|/ | | | | Fixes options.nim tests | ||||
* | Fixed unittest output. | yglukhov | 2015-06-11 | 1 | -1/+0 |
| | |||||
* | Perform lambda lifting for compile-time stuff when targeting JS. Enable ↵ | yglukhov | 2015-05-29 | 1 | -5/+4 |
| | | | | unittest test. | ||||
* | Don't inspect typedescs | Flaviu Tamas | 2015-05-26 | 1 | -6/+7 |
| | |||||
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 1 | -3/+3 |
| | |||||
* | Try to fix unittest for JS backend, still not working | def | 2015-02-04 | 1 | -2/+1 |
| | |||||
* | Fix named argument handling | Flaviu Tamas | 2015-01-16 | 1 | -2/+11 |
| | | | | Instead of trying to use the whole parameter, it uses just the RHS, as expected | ||||
* | Merge pull request #1876 from flaviut/unittest-stacktrace | Andreas Rumpf | 2015-01-07 | 1 | -0/+1 |
|\ | | | | | Add stack trace to unitest.nim exceptions | ||||
| * | Make unittest.nim print stack trace | Flaviu Tamas | 2015-01-05 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1883 from flaviut/add-unittest-docs | Varriount | 2015-01-05 | 1 | -6/+21 |
|\ \ | | | | | | | Add an example and remove future claims from unittest.nim | ||||
| * | | Add an example and remove future claims | Flaviu Tamas | 2015-01-05 | 1 | -6/+21 |
| |/ | | | | | | | | | The future claims haven't been addressed for 3 years, they are unlikely to be fixed soon. | ||||
* / | Properly use the terminal module | Flaviu Tamas | 2015-01-05 | 1 | -0/+2 |
|/ | | | | | | | The documentation for terminal says > Changing the style is permanent even after program termination! Use the code > `system.addQuitProc(resetAttributes)` to restore the defaults. | ||||
* | work around a regression caused by the new 'echo' implementation | Araq | 2014-12-28 | 1 | -1/+3 |
| | |||||
* | Removed extra line breaks from unittest output. | gmpreussner | 2014-12-21 | 1 | -9/+9 |
| | |||||
* | made some tests green | Araq | 2014-08-31 | 1 | -13/+13 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | more modules updated | Araq | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -14/+17 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -3/+3 |
| | |||||
* | unittest module works again | Araq | 2014-01-18 | 1 | -5/+6 |
| | |||||
* | progress towards adding negative type classes | Zahary Karadjov | 2013-12-09 | 1 | -2/+4 |
| | | | | | | [unittest bugfixes] the block form of check now allows comments errors when inspecting the arguments of var-accepting procs | ||||
* | adding some provisions for writing lower-level unit tests targeting specific ↵ | Zahary Karadjov | 2013-12-07 | 1 | -2/+6 |
| | | | | | | | | sub-systems of the compiler see sigmatch as an example. tests are compiled only when the compiler is compiled with -d:selftest to execute them, just run the resulting binary without arguments | ||||
* | WA for #329, caused by #335 | Simon Hafner | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | on the path to get unittest running from JS | Simon Hafner | 2013-02-15 | 1 | -12/+27 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -6/+5 |
| | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles | ||||
* | [unittest] even deeper inspection of expressions and variables for the check ↵ | Zahary Karadjov | 2012-09-14 | 1 | -76/+46 |
| | | | | macro | ||||
* | [unittest] the check macro will print the values of params involved in ↵ | Zahary Karadjov | 2012-09-13 | 1 | -183/+211 |
| | | | | failed proc calls | ||||
* | made some tests green | Araq | 2012-09-12 | 1 | -9/+9 |
| | |||||
* | unittest bugfix; made some tests green | Araq | 2012-09-08 | 1 | -2/+2 |
| | |||||
* | made tests green again | Araq | 2012-08-31 | 1 | -0/+1 |
| | |||||
* | next steps towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 1 | -1/+3 |
| | |||||
* | documented hygienic templates; made tests green; fixed system.clamp | Araq | 2012-08-22 | 1 | -12/+13 |
| | |||||
* | making tests green again | Zahary Karadjov | 2012-03-20 | 1 | -2/+2 |
| | |||||
* | unittest module compiles again | Araq | 2012-03-17 | 1 | -5/+5 |
| | |||||
* | unit test for #100 | Zahary Karadjov | 2012-03-10 | 1 | -4/+7 |
| | | | | | unittest: the check macro will print only the non-literal part of the checked expression tests/run: added tunittests.nim as a single central executable where unittests could be added for quicker compilation/execution of the test suite | ||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | The test runner will print out encountered exceptions | Zahary Karadjov | 2011-12-07 | 1 | -0/+4 |
| | |||||
* | when running unit tests, the tester will print only failures using colorless ↵ | Zahary Karadjov | 2011-11-10 | 1 | -8/+24 |
| | | | | output (this should be better for nimbuild) | ||||
* | Added system.program_results for controlling the exit code of the program ↵ | Zahary Karadjov | 2011-11-10 | 1 | -11/+20 |
| | | | | | | | | under normal circumstances Implemented operators like +=, -=, etc for ordinals, floats and string Programs using the UnitTest module will now report the number of failed tests as the exit code of test runs (0 for successful run) | ||||
* | memfiles now uses winlean; changed the interface to raise EOS | Araq | 2011-11-05 | 1 | -3/+2 |
| | |||||
* | small bugfixes to make more tests green | Araq | 2011-11-02 | 1 | -3/+5 |
| |