Commit e7047477 authored by Jason R. Coombs's avatar Jason R. Coombs

Update doctest to pass

parent 36bcc35f
...@@ -39,9 +39,9 @@ class sdist_add_defaults: ...@@ -39,9 +39,9 @@ class sdist_add_defaults:
""" """
Case-sensitive path existence check Case-sensitive path existence check
>>> sdist._cs_path_exists(__file__) >>> sdist_add_defaults._cs_path_exists(__file__)
True True
>>> sdist._cs_path_exists(__file__.upper()) >>> sdist_add_defaults._cs_path_exists(__file__.upper())
False False
""" """
if not os.path.exists(fspath): if not os.path.exists(fspath):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment