Skip to content

Commit

Permalink
Add extra Path attributes in Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 12, 2024
1 parent 7cb8855 commit 36b5e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/test/test/standards_exceptions
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path_attributes = [
'rename', 'replace', 'resolve', 'rglob', 'rmdir', 'stat', 'symlink_to',
'touch', 'unlink', 'with_name', 'with_suffix', 'expanduser', 'hardlink_to',
'home', 'is_mount', 'is_relative_to', 'readlink', 'samefile', 'with_stem',
'is_junction', 'walk', 'with_segments' ]
'is_junction', 'walk', 'with_segments', 'from_uri', 'full_match' ]
exceptions = ["Path." + x for x in path_attributes] \
+ ["TestCase." + x for x in standard_unittest_attributes] \
+ ["ApplicationTestCase." + x for x in standard_unittest_attributes]
Expand Down

0 comments on commit 36b5e40

Please sign in to comment.