summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorERYoung11 <78834571+ERYoung11@users.noreply.github.com>2021-02-22 16:40:30 -0600
committerGitHub <noreply@github.com>2021-02-22 14:40:30 -0800
commit9ca545d8803a57f25330a157b7b3f4f21ec7ad84 (patch)
tree2387a59a896cbf3a093aeb209274c30042efbafd
parent0679757d434f398ccacf80a45689098401a5f793 (diff)
Fix test_config.py on Windows (#1247)
* fixing test_config.py to work on windows * Getting rid of odd characters in wrappager.py * added a space to a comment to try to kick the github workflow. Co-authored-by: Eric Young <YoungEricR@JohnDeere.com>
-rw-r--r--[-rwxr-xr-x]tests/features/wrappager.py0
-rw-r--r--tests/test_config.py4
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/features/wrappager.py b/tests/features/wrappager.py
index 51d49095..51d49095 100755..100644
--- a/tests/features/wrappager.py
+++ b/tests/features/wrappager.py
diff --git a/tests/test_config.py b/tests/test_config.py
index 1c023e02..48408141 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -20,10 +20,10 @@ def test_ensure_existing_dir(tmpdir):
def test_ensure_other_create_error(tmpdir):
- subdir = tmpdir.join("subdir")
+ subdir = tmpdir.join('subdir"')
rcfile = subdir.join("rcfile")
- # trigger an oserror that isn't "directory already exists"
+ # trigger an oserror that isn't "directory already exists"
os.chmod(str(tmpdir), stat.S_IREAD)
with pytest.raises(OSError):