We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db70f9 commit 5a2cba1Copy full SHA for 5a2cba1
1 file changed
Justfile
@@ -160,7 +160,7 @@ json-loader *args:
160
--skip-index \
161
--clean \
162
--ignore=tests/ported_static \
163
- --output="{{ output_dir }}/json-loader/fixtures" \
+ --output="tests/json_loader/fixtures" \
164
--cov-config=pyproject.toml \
165
--cov=ethereum \
166
--cov-fail-under=85
@@ -169,8 +169,7 @@ json-loader *args:
169
-n auto --maxprocesses 6 --dist=loadfile \
170
--basetemp="{{ output_dir }}/json-loader/tmp" \
171
"$@" \
172
- tests/json_loader \
173
- "{{ output_dir }}/json-loader/fixtures"
+ tests/json_loader
174
175
# --- Unit Tests ---
176
0 commit comments