Skip to content

Commit 37ac5e4

Browse files
committed
Add cleandir to test_lightning_cli_link_arguments
1 parent 2c2fada commit 37ac5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def __init__(self, batch_size: int = 8):
572572
self.num_classes = 5 # only available after instantiation
573573

574574

575-
def test_lightning_cli_link_arguments():
575+
def test_lightning_cli_link_arguments(cleandir):
576576
class MyLightningCLI(LightningCLI):
577577
def add_arguments_to_parser(self, parser):
578578
parser.link_arguments("data.batch_size", "model.batch_size")

0 commit comments

Comments
 (0)