We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8f2d8 commit e7eb74eCopy full SHA for e7eb74e
pytest_pytorch/plugin.py
@@ -26,7 +26,7 @@ def from_parent(cls, parent, *, name, obj=None):
26
27
def collect(self):
28
# Yes, this is a bad practice. Unfortunately, there is no other option to
29
- # inject our custom 'TestCaseFunction' without duplicating everyting in
+ # inject our custom 'TestCaseFunction' without duplicating everything in
30
# 'UnitTestCase.collect()'
31
with unittest.mock.patch(
32
"_pytest.unittest.TestCaseFunction", new=PyTorchTestCaseFunction
0 commit comments