mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
* chore: use type for rate limit config Use type instead of `seq[string]` for rate limit config earlier. Enables to fail faster (at config time) if the string is malformated Also enables using object in some scenarios. * test: remove import warnings * improve naming and add tests
15 lines
297 B
Nim
15 lines
297 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_base64_codec,
|
|
./test_confutils_envvar,
|
|
./test_enr_builder,
|
|
./test_envvar_serialization,
|
|
./test_protobuf_validation,
|
|
./test_sqlite_migrations,
|
|
./test_parse_size,
|
|
./test_tokenbucket,
|
|
./test_requestratelimiter,
|
|
./test_ratelimit_setting,
|
|
./test_timed_map
|