Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark test_diff_submodule xfail on Windows
Everything attempted in the test case method is actually working and passes, but when the tearDown method calls shutil.rmtree, it fails with "Access is denied" and raises PermissionError. The reason and exception are accordingly noted in the xfail decoration. While adding a pytest import to apply the pytest xfail mark, I also improved grouping/sorting of other imports in the test_diff module.
- Loading branch information