We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/istanbul/
1 parent 31a65cd commit 3529348Copy full SHA for 3529348
tests/istanbul/__init__.py
@@ -1,3 +1 @@
1
-"""
2
-Test cases for EVM functionality introduced in Istanbul.
3
+"""Test cases for EVM functionality introduced in Istanbul."""
tests/istanbul/eip1344_chainid/test_chainid.py
@@ -14,9 +14,7 @@
14
15
@pytest.mark.valid_from("Istanbul")
16
def test_chainid(state_test: StateTestFiller, pre: Alloc):
17
- """
18
- Test CHAINID opcode.
19
+ """Test CHAINID opcode."""
20
env = Environment(
21
fee_recipient="0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
22
difficulty=0x20000,
0 commit comments