Skip to content

Commit e7eb74e

Browse files
authored
fix typo in comment (#10)
1 parent ff8f2d8 commit e7eb74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_pytorch/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def from_parent(cls, parent, *, name, obj=None):
2626

2727
def collect(self):
2828
# Yes, this is a bad practice. Unfortunately, there is no other option to
29-
# inject our custom 'TestCaseFunction' without duplicating everyting in
29+
# inject our custom 'TestCaseFunction' without duplicating everything in
3030
# 'UnitTestCase.collect()'
3131
with unittest.mock.patch(
3232
"_pytest.unittest.TestCaseFunction", new=PyTorchTestCaseFunction

0 commit comments

Comments
 (0)