Skip to content

Commit a773d43

Browse files
Fix tests
1 parent e31c7a8 commit a773d43

16 files changed

Lines changed: 152 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@ dev = [
1717
"datamodel-code-generator",
1818
"pytest>=8.3.5",
1919
"pytest-asyncio>=0.26.0",
20+
"requests>=2.32.5",
2021
]
2122

23+
[tool.pytest.ini_options]
24+
testpaths = ["src/tests"]
25+
pythonpath = ["src"]
26+
2227
[tool.uv]
2328

2429
[tool.uv.sources]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/standard_yul_debug_info_ethdebug_compatible_output/in.yul renamed to src/tests/standard_yul_debug_info_ethdebug_compatible_output/in.yul

File renamed without changes.

tests/standard_yul_debug_info_ethdebug_compatible_output/input.json renamed to src/tests/standard_yul_debug_info_ethdebug_compatible_output/input.json

File renamed without changes.

0 commit comments

Comments
 (0)