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.
2 parents d1c353e + 2872e2f commit fbe4decCopy full SHA for fbe4dec
setup.cfg
@@ -16,4 +16,4 @@ python_files = "tests/win32/test_*.py" "tests/win32com/test_*.py"
16
#
17
# py.test -k test_name
18
19
-addopts = "-v" "-rsxXfE" "--doctest-glob=" "--continue-on-collection-errors" "--junitxml=junit-results.xml"
+addopts = "-v" "-rsxXfE" "-n3" "--doctest-glob=" "--continue-on-collection-errors" "--junitxml=junit-results.xml"
tests/win32com/test_Shell.py
@@ -231,6 +231,7 @@ def tearDown(self):
231
if os.path.isfile(fname):
232
os.unlink(fname)
233
234
+ @pytest.mark.xfail
235
def testCopy(self):
236
s = (0, # hwnd,
237
FO_COPY, # operation
0 commit comments