mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
chore(tests): moved common test suites to its own folder
This commit is contained in:
parent
9ddf0fe1e2
commit
7cbb0bb28f
7
tests/all_tests_common.nim
Normal file
7
tests/all_tests_common.nim
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{.used.}
|
||||||
|
|
||||||
|
# Waku common test suite
|
||||||
|
import
|
||||||
|
./common/test_envvar_serialization,
|
||||||
|
./common/test_confutils_envvar,
|
||||||
|
./common/test_sqlite_migrations
|
||||||
@ -1,8 +1,8 @@
|
|||||||
## Waku common test suite
|
## Common
|
||||||
import
|
|
||||||
./v2/test_envvar_serialization,
|
# Waku common test suite
|
||||||
./v2/test_confutils_envvar,
|
import ./all_tests_common
|
||||||
./v2/test_sqlite_migrations
|
|
||||||
|
|
||||||
## Waku v2
|
## Waku v2
|
||||||
|
|
||||||
@ -40,7 +40,6 @@ import
|
|||||||
./v2/test_wakunode_filter,
|
./v2/test_wakunode_filter,
|
||||||
./v2/test_waku_peer_exchange,
|
./v2/test_waku_peer_exchange,
|
||||||
./v2/test_peer_store_extended,
|
./v2/test_peer_store_extended,
|
||||||
./v2/test_waku_swap,
|
|
||||||
./v2/test_utils_peers,
|
./v2/test_utils_peers,
|
||||||
./v2/test_message_cache,
|
./v2/test_message_cache,
|
||||||
./v2/test_jsonrpc_waku,
|
./v2/test_jsonrpc_waku,
|
||||||
@ -75,7 +74,10 @@ when defined(rln):
|
|||||||
./v2/test_wakunode_rln_relay,
|
./v2/test_wakunode_rln_relay,
|
||||||
./v2/test_waku_rln_relay_onchain
|
./v2/test_waku_rln_relay_onchain
|
||||||
|
|
||||||
|
# Waku swap test suite
|
||||||
|
import
|
||||||
|
./v2/test_waku_swap
|
||||||
|
|
||||||
# TODO: Only enable this once swap module is integrated more nicely as a dependency, i.e. as submodule with CI etc
|
# TODO: Only enable this once swap module is integrated more nicely as a dependency, i.e. as submodule with CI etc
|
||||||
# For PoC execute it manually and run separate module here: https://github.com/vacp2p/swap-contracts-module
|
# For PoC execute it manually and run separate module here: https://github.com/vacp2p/swap-contracts-module
|
||||||
# ./v2/test_waku_swap_contracts
|
# import ./v2/test_waku_swap_contracts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user