Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions packages/testing/src/consensus_testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from .test_fixtures import (
ApiEndpointTest,
BaseConsensusFixture,
DiscoveryCryptoTest,
ForkChoiceTest,
GossipsubHandlerTest,
JustifiabilityTest,
Expand Down Expand Up @@ -44,7 +43,6 @@
GossipsubHandlerTestFiller = Type[GossipsubHandlerTest]
ApiEndpointTestFiller = Type[ApiEndpointTest]
SlotClockTestFiller = Type[SlotClockTest]
DiscoveryCryptoTestFiller = Type[DiscoveryCryptoTest]
JustifiabilityTestFiller = Type[JustifiabilityTest]
PoseidonPermutationTestFiller = Type[PoseidonPermutationTest]
SyncTestFiller = Type[SyncTest]
Expand All @@ -69,7 +67,6 @@
"GossipsubHandlerTest",
"ApiEndpointTest",
"SlotClockTest",
"DiscoveryCryptoTest",
"JustifiabilityTest",
"PoseidonPermutationTest",
"SyncTest",
Expand All @@ -93,7 +90,6 @@
"GossipsubHandlerTestFiller",
"ApiEndpointTestFiller",
"SlotClockTestFiller",
"DiscoveryCryptoTestFiller",
"JustifiabilityTestFiller",
"PoseidonPermutationTestFiller",
"SyncTestFiller",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from .api_endpoint import ApiEndpointTest
from .base import BaseConsensusFixture
from .discovery_crypto import DiscoveryCryptoTest
from .fork_choice import ForkChoiceTest
from .gossipsub_handler import GossipsubHandlerTest
from .justifiability import JustifiabilityTest
Expand All @@ -24,7 +23,6 @@
"GossipsubHandlerTest",
"ApiEndpointTest",
"SlotClockTest",
"DiscoveryCryptoTest",
"JustifiabilityTest",
"PoseidonPermutationTest",
"SyncTest",
Expand Down

This file was deleted.

Loading
Loading