nim-codex/tests/codex/teststores.nim
Tomasz Bekas f51ef528b1
Rework AsyncIter (#811)
* Rework AsyncIter

* Add tests for finishing iter on error

* Improved error handling for  and additional tests

* Use new style of constructors

* Handle future cancellation

* Docs for constructors
2024-06-10 22:47:29 +00:00

7 lines
161 B
Nim

import ./stores/testcachestore
import ./stores/testrepostore
import ./stores/testmaintenance
import ./stores/testqueryiterhelper
{.warning[UnusedImport]: off.}