Skip to content

Commit a7b8712

Browse files
authored
refactor(weld): move current tests to json_infra (#1360)
* refactor string patterns * json blockchain tests under json_infra * move ethash tests to json_infra * move state tests to json_infra * move trie tests to json_infra * move transaction tests to json_infra * remove difficulty tests * move vm tests to json_infra * remove rlp tests * move other tests to json_infra * post-review: use pytest mark * post review: rename to json_fork and eels_fork * post review: other fixes * update regexes patterns
1 parent 87a9e65 commit a7b8712

File tree

203 files changed

+1516
-13206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+1516
-13206
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ markers = [
224224
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
225225
"bigmem: marks tests as big memory (deselect with '-m \"not bigmem\"')",
226226
"evm_tools: marks tests as evm_tools (deselect with '-m \"not evm_tools\"')",
227+
"json_blockchain_tests: marks tests as json_blockchain_tests (deselect with '-m \"not json_blockchain_tests\"')",
228+
"json_state_tests: marks tests as json_state_tests (deselect with '-m \"not json_state_tests\"')",
229+
"vm_test: marks tests as vm_test (deselect with '-m \"not vm_test\"')",
227230
]
228231

229232
[tool.coverage.run]

tests/berlin/test_evm_tools.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

tests/berlin/test_rlp.py

Lines changed: 0 additions & 138 deletions
This file was deleted.

tests/berlin/test_state_transition.py

Lines changed: 0 additions & 96 deletions
This file was deleted.

tests/berlin/test_transaction.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)