summary refs log tree commit diff stats
path: root/tests/method/tmethod_various.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-261-0/+1
| | | | | | | | | | | | | | | | | * try using endsWith * use memcmp * add cache * cleanup * better * minor * fix * improve test coverage for methods with ARC
* More descriptive names of test files (#9531)Miran2018-10-291-0/+83
* change generic `tissues` name to more specific * change `tvarious` to more specific names