Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for TextDirectoryCorpus test; windows path compatibility. #1463

Merged

Conversation

macks22
Copy link
Contributor

@macks22 macks22 commented Jul 5, 2017

@menshikh-iv -- short PR with fix for windows test failure, as requested. I have not tested it on Windows yet, but I believe this will resolve the issue. Thanks for the SO link!

@menshikh-iv menshikh-iv merged commit be9cb2b into piskvorky:develop Jul 5, 2017
@menshikh-iv
Copy link
Contributor

Yes, that enough for fix issue, thank @macks22 for fast reaction 🥇

@macks22 macks22 deleted the text_directory_corpus_test_fix branch July 5, 2017 14:54
@@ -525,6 +525,7 @@ def test_non_trivial_structure(self):
'b_folder/3.txt',
'b_folder/c_folder/4.txt'
]
expected = [os.path.normpath(path) for path in expected]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment for why this line is here please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants