Skip to content

Commit

Permalink
Fix obsolete test docstring
Browse files Browse the repository at this point in the history
'dir2' was removed due to non-deterministic behaviour in this test.
Therefore the comment was no longer current.
  • Loading branch information
omarkohl committed Oct 7, 2018
1 parent a3be787 commit 3f45a87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_pytest_datafiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ def test_on_duplicate_exception(testdir):
This is the default behaviour.
If duplicate files appear (to be copied) then a ValueError is raised. In
this example the file 'file1' appears both in dir1 and dir3 and 'file4'
appears both in dir2 and dir3.
this example the file 'file1' appears both in dir1 and dir3.
"""
testdir.makepyfile('''
import pytest
Expand Down

0 comments on commit 3f45a87

Please sign in to comment.