2021-07-07 11:04:18 +02:00
|
|
|
# Nimbus
|
2024-02-03 00:12:36 +03:00
|
|
|
# Copyright (c) 2021-2024 Status Research & Development GmbH
|
2021-07-07 11:04:18 +02:00
|
|
|
# Licensed under either of
|
|
|
|
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|
|
|
|
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
|
|
|
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
|
|
|
|
2024-02-28 18:31:45 +01:00
|
|
|
{.warning[UnusedImport]: off.}
|
2021-07-07 11:04:18 +02:00
|
|
|
|
2021-07-09 13:34:16 +02:00
|
|
|
import
|
2021-09-22 17:07:14 +02:00
|
|
|
./test_portal_wire_protocol,
|
2024-02-03 00:12:36 +03:00
|
|
|
./state_network_tests/test_state_content_keys,
|
|
|
|
./state_network_tests/test_state_content_values,
|
2024-02-15 18:37:05 +03:00
|
|
|
./state_network_tests/test_state_network_gossip,
|
2023-12-21 17:05:53 +08:00
|
|
|
./test_state_proof_verification,
|
2022-10-10 12:59:55 +02:00
|
|
|
./test_accumulator,
|
2022-08-04 08:34:53 +02:00
|
|
|
./test_history_network,
|
2021-09-28 19:58:41 +02:00
|
|
|
./test_content_db,
|
2021-09-22 17:07:14 +02:00
|
|
|
./test_discovery_rpc,
|
2024-04-17 17:58:47 +02:00
|
|
|
./test_beacon_chain_block_proof_bellatrix,
|
2023-05-30 07:02:39 +02:00
|
|
|
./test_beacon_chain_block_proof_capella,
|
2023-05-11 19:08:34 +02:00
|
|
|
./test_beacon_chain_historical_roots,
|
2023-07-06 18:06:44 +02:00
|
|
|
./test_beacon_chain_historical_summaries,
|
2023-10-20 12:06:25 +02:00
|
|
|
./beacon_network_tests/all_beacon_network_tests
|