summary refs log tree commit diff stats
path: root/tests/stdlib/tos.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix #9126: use splitPath instead of substrYasuhiro Horimoto2018-09-301-0/+14
|
* fix wrong arch defined(osx) (#8492)Timothee Cour2018-08-021-1/+1
|
* Add normalizePath and testsFederico Ceratto2018-07-061-0/+62
|
* make test green for OSXAndreas Rumpf2018-07-061-2/+5
|
* Use higher time resolution when available in os.nim (#7709)Oscar Nihlgård2018-06-041-0/+10
|
* add copyDir stdlib testAndreas Rumpf2017-01-101-0/+18
|
* make tos.nim green on WindowsAraq2016-12-131-4/+7
|
* Improve as previously discussedDmitry Polienko2016-10-221-0/+10
| | | | Better name for exposed primitive function, checks for pre-existing files
* Revert createDir signature, expose rawCreateDirDmitry Polienko2016-10-221-7/+0
|
* Make createDir return discardable boolDmitry Polienko2016-10-221-0/+19
|
* Add os tests for directory creation, iteration and deletionJoey Payne2016-06-201-8/+84
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-151-1/+1
| | | | empty blocks.
* new tester; all tests categorizedAraq2014-01-131-0/+12