2021-07-07 11:04:18 +02:00
|
|
|
# Nimbus
|
2023-01-20 13:19:49 +01:00
|
|
|
# Copyright (c) 2021-2023 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.
|
|
|
|
|
|
|
|
{. warning[UnusedImport]:off .}
|
|
|
|
|
2021-07-09 13:34:16 +02:00
|
|
|
import
|
2021-09-22 17:07:14 +02:00
|
|
|
./test_portal_wire_protocol,
|
2021-10-09 13:22:03 +02:00
|
|
|
./test_state_distance,
|
2021-09-22 17:07:14 +02:00
|
|
|
./test_state_network,
|
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,
|
2023-01-20 13:19:49 +01:00
|
|
|
./test_beacon_chain_block_proof,
|
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
|