Skip to content

Commit 7e2ad59

Browse files
committed
Review Chaneg: Change to --force-refill.
1 parent c5b63b3 commit 7e2ad59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ethereum_test_filling_tool/filler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def fill_fixture(self, filler, t8n, b11r):
119119
and not is_module_modified(
120120
path, self.options.filler_path, module_path
121121
)
122-
and not self.options.overwrite
122+
and not self.options.force_refill
123123
):
124124
self.log.debug(f"skipping - {full_name}")
125125
return

src/ethereum_test_filling_tool/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def parse_arguments() -> argparse.Namespace:
8585
)
8686

8787
parser.add_argument(
88-
"--overwrite",
88+
"--force-refill",
8989
action="store_true",
9090
help="fill all test fillers and don't skip any tests \
9191
overwriting where necessary",

0 commit comments

Comments
 (0)