Skip to content

Commit

Permalink
GH-110109: pathlib tests: store base directory as test class attribute
Browse files Browse the repository at this point in the history
Store the test base directory as a class attribute named `base` rather than
module constants named `BASE`.

The base directory is a local file path, and therefore not ideally suited
to the pathlib ABC tests. In a future commit we'll change its value in
`test_pathlib_abc.py` such that it points to a totally fictitious path.
  • Loading branch information
barneygale committed Dec 16, 2023
1 parent d91e43e commit 9439422
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 222 deletions.
Loading

0 comments on commit 9439422

Please sign in to comment.