summary refs log tree commit diff stats
path: root/tests/stdlib/ttime.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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 tests to ttime.nim for timeinterval add/subtract functionality Changed assert to doAssert in ttime.nim Added extra tests to ttime.nim Removal of singular help procs for working with TimeIntervals Added TimeIin proc toSeconds(a: TimeInfo, interval: TimeInterval) where subtracting a year gave wrong results Add overflow of units on initInterval eg, 65 seconds is 5 seconds and 1 minute
* add assertion tests from times module to ttime.nim test file in tests\stdlibJamesP2015-12-011-2/+121
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-6/+6
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* new tester; all tests categorizedAraq2014-01-131-0/+6