Skip to content

Commit ebe69b9

Browse files
gurukamathCarsons-Eels
authored andcommitted
post review fix and latest eest
1 parent 030056c commit ebe69b9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pytest-eest.ini

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[pytest]
2+
console_output_style = count
3+
minversion = 8.0
4+
python_files = *.py
5+
testpaths = tests/
6+
markers =
7+
slow
8+
pre_alloc_modify
9+
ported_from
10+
addopts =
11+
-p pytest_plugins.concurrency
12+
-p pytest_plugins.filler.pre_alloc
13+
-p pytest_plugins.solc.solc
14+
-p pytest_plugins.filler.filler
15+
-p pytest_plugins.filler.static_filler
16+
-p pytest_plugins.shared.execute_fill
17+
-p pytest_plugins.forks.forks
18+
-p pytest_plugins.help.help
19+
--tb short
20+
--ignore tests/cancun/eip4844_blobs/point_evaluation_vectors/
21+
# these customizations require the pytest-custom-report plugin
22+
report_passed_verbose = FILLED
23+
report_xpassed_verbose = XFILLED

0 commit comments

Comments
 (0)