-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
70 additions
and
154 deletions.
There are no files selected for viewing
24 changes: 0 additions & 24 deletions
24
src/Nethermind/Ethereum.Blockchain.Block.Test/Pyspecs/EipTests.cs
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
src/Nethermind/Ethereum.Blockchain.Block.Test/Pyspecs/VMTests.cs
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
src/Nethermind/Ethereum.Blockchain.Block.Test/Pyspecs/WithdrawalsTests.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
// SPDX-FileCopyrightText: 2024 Demerzel Solutions Limited | ||
// SPDX-License-Identifier: LGPL-3.0-only | ||
|
||
// using System.Collections.Generic; | ||
// using Ethereum.Test.Base; | ||
// using NUnit.Framework; | ||
using System.Collections.Generic; | ||
using Ethereum.Test.Base; | ||
using NUnit.Framework; | ||
|
||
// namespace Ethereum.Blockchain.Test | ||
// { | ||
// [TestFixture] | ||
// [Parallelizable(ParallelScope.All)] | ||
// public class Eip2537Tests : GeneralStateTestBase | ||
// { | ||
// [TestCaseSource(nameof(LoadTests))] | ||
// public void Test(GeneralStateTest test) | ||
// { | ||
// Assert.True(RunTest(test).Pass); | ||
// } | ||
namespace Ethereum.Blockchain.Test | ||
{ | ||
[TestFixture] | ||
[Parallelizable(ParallelScope.All)] | ||
public class Eip2537Tests : GeneralStateTestBase | ||
{ | ||
[TestCaseSource(nameof(LoadTests))] | ||
public void Test(GeneralStateTest test) | ||
{ | ||
Assert.True(RunTest(test).Pass); | ||
} | ||
|
||
// public static IEnumerable<GeneralStateTest> LoadTests() | ||
// { | ||
// var loader = new TestsSourceLoader(new LoadGeneralStateTestsStrategy(), "../EIPTests/StateTests/stEIP2537"); | ||
// return (IEnumerable<GeneralStateTest>)loader.LoadTests(); | ||
// } | ||
// } | ||
// } | ||
public static IEnumerable<GeneralStateTest> LoadTests() | ||
{ | ||
var loader = new TestsSourceLoader(new LoadGeneralStateTestsStrategy(), "../EIPTests/StateTests/stEIP2537"); | ||
return (IEnumerable<GeneralStateTest>)loader.LoadTests(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.