mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 01:14:56 +00:00
d864db3fb5
* Add test aggregator to all directories. * Implement coverage script.
14 lines
293 B
Nim
14 lines
293 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_driver_postgres_query,
|
|
./test_driver_postgres,
|
|
./test_driver_queue_index,
|
|
./test_driver_queue_pagination,
|
|
./test_driver_queue_query,
|
|
./test_driver_queue,
|
|
./test_driver_sqlite_query,
|
|
./test_driver_sqlite,
|
|
./test_retention_policy,
|
|
./test_waku_archive
|