We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcced4b commit cb0007cCopy full SHA for cb0007c
tests/test_modutils.py
@@ -270,7 +270,7 @@ def test_std_lib(self) -> None:
270
271
def test_std_lib_found_before_same_named_package_on_path(self) -> None:
272
realpath = str(resources.RESOURCE_PATH)
273
- realpath_slashes = realpath.replace('\\', '\\\\')
+ realpath_slashes = realpath.replace("\\", "\\\\")
274
if WIN32:
275
raise AssertionError(realpath + realpath_slashes)
276
sys.path.insert(0, realpath)
0 commit comments