summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Add parseUInt and parseBiggestUInt functions to stdlib (parseutils, strutils)Anatoly Galiulin2016-03-301-0/+11
* SpellcheckFederico Ceratto2016-02-291-1/+1
* Fix tmitems test for changed behaviour of jsondef2016-02-241-2/+2
* Fix test cases for JSON object changesdef2016-02-241-1/+1
* Fixed issue 3539, added testAnatoly Galiulin2016-01-281-0/+39
* makes tests greenAndreas Rumpf2016-01-151-1/+1
* Fixed TimeInterval bug.Dominik Picheta2016-01-081-0/+5
* Fixed ttime test. Improved docs in times module.Dominik Picheta2016-01-081-1/+0
* add timeinterval helping functions as per issue #3609JamesP2015-12-081-37/+57
* add assertion tests from times module to ttime.nim test file in tests\stdlibJamesP2015-12-011-2/+121
* Add a unit test that covers issue 3477Charles Blake2015-11-191-0/+1
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-132-1/+142
|\
| * Rename mget to `[]`def2015-03-312-1/+142
* | fixing unittestPeter Mora2015-10-061-1/+1
* | fixes #2473; cleanup of some testsAraq2015-09-301-0/+2
* | Merge pull request #3378 from jlp765/streamsExDominik Picheta2015-09-271-0/+13
|\ \
| * | fix discard output: sectionJamesP2015-09-271-2/+1
| * | add test for newFileStream() opening a missing fileJamesP2015-09-261-0/+14
* | | minor fix - remove comments from discard sectionJamesP2015-09-272-2/+0
|/ /
* | add memfiles test of create/read/write dataJamesP2015-09-241-0/+38
* | improve discard textJamesP2015-09-241-2/+2
* | add memfiles test that closing a closed memFile is ignored (and raises no [OS...JamesP2015-09-241-0/+13
* | tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0422-220/+220
* | cleaned up twchartoutf8 testAraq2015-08-211-102/+106
* | Merge pull request #3205 from fenekku/unittest-work-2Andreas Rumpf2015-08-211-0/+45
|\ \
| * | make testSetupIMPL and testTeardownIMPL non-publicfenekku2015-08-121-0/+45
* | | fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-211-7/+35
* | | fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-201-0/+78
* | | Merge pull request #3131 from zachaysan/develDominik Picheta2015-08-131-4/+44
|\ \ \ | |/ / |/| |
| * | Update tests to proposed changesZach Aysan2015-07-211-16/+39
| * | Add tests for chompZach Aysan2015-07-171-4/+21
* | | Merge ../Nim into develCharles Blake2015-08-091-0/+5
|\ \ \
| * | | Fix multiple requires in a testNycto2015-08-011-0/+5
* | | | Move tests to stdlib.Charles Blake2015-08-033-0/+17
|/ / /
* / / document unittest.nim + code agreementfenekku2015-07-091-0/+14
|/ /
* | Merge pull request #2961 from Perelandric/rename_writeLnDominik Picheta2015-06-208-197/+197
|\ \
| * | renamed writeln to writeLine in testspatrick dw2015-06-198-197/+197
* | | Added test file for #2813.Dominik Picheta2015-06-201-0/+45
|/ /
* | Fix flaviut/nre#20Flaviu Tamas2015-06-181-0/+1
* | Merge pull request #2818 from flaviut/add-nreAndreas Rumpf2015-06-1210-0/+245
|\ \
| * | Fix nre testsFlaviu Tamas2015-06-071-1/+1
| * | Merge branch 'devel' of https://github.com/Araq/Nim into add-nreFlaviu Tamas2015-06-071-0/+21
| |\ \
| * | | Rearrange nre filesFlaviu Tamas2015-05-2610-0/+245
* | | | Add "safety compilation". Improved, fixed messagesOscar Campbell2015-06-041-2/+2
| |/ / |/| |
* | | Fix #964, fix #1384Flaviu Tamas2015-05-261-0/+16
* | | Don't inspect typedescsFlaviu Tamas2015-05-261-0/+5
|/ /
* | marshalling can be done at compile-timeAraq2015-04-251-17/+0
* | Add test case for infinite loop in REdef2015-04-091-0/+9
|/
* fixes #1845, fixes #2224Araq2015-03-121-0/+29
* Fix tests a bit moredef2015-03-101-4/+4