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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[pytest]
console_output_style = count
minversion = 7.0
python_files = *.py
python_files = test_*.py
testpaths = tests/
# Note: register new markers via src/execution_testing/cli/pytest_commands/plugins/shared/execute_fill.py
addopts =
Expand All @@ -19,3 +19,5 @@ addopts =
--tb short
--dist loadscope
--ignore tests/cancun/eip4844_blobs/point_evaluation_vectors/
--ignore tests/json_infra
--ignore tests/evm_tools
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[pytest]
console_output_style = count
minversion = 7.0
python_files = *.py
python_files = test_*.py
testpaths = tests/
# Note: register new markers via src/execution_testing/cli/pytest_commands/plugins/shared/execute_fill.py
addopts =
Expand All @@ -20,3 +20,5 @@ addopts =
--tb short
--dist loadscope
--ignore tests/cancun/eip4844_blobs/point_evaluation_vectors/
--ignore tests/json_infra
--ignore tests/evm_tools
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[pytest]
console_output_style = count
minversion = 7.0
python_files = *.py
python_files = test_*.py
testpaths = tests/
# Note: register new markers via src/execution_testing/cli/pytest_commands/plugins/shared/execute_fill.py
addopts =
Expand All @@ -19,6 +19,8 @@ addopts =
-p execution_testing.cli.pytest_commands.plugins.custom_logging.plugin_logging
--tb short
--ignore tests/cancun/eip4844_blobs/point_evaluation_vectors/
--ignore tests/json_infra
--ignore tests/evm_tools
# these customizations require the pytest-custom-report plugin
report_passed_verbose = FILLED
report_xpassed_verbose = XFILLED
Loading