Multiple temp directories in MockFileSystem #1125
Labels
state: needs discussion
Issues that need further discussion
state: released
Issues that are released
type: bug
Issues that describe misbehaving functionality
Describe the bug
The default temp directory, which is created automatically, is not the same as used by the
MockDirectory.CreateTempSubdirectory()
method.To Reproduce
Steps to reproduce the behavior:
Expected behavior
It's expected that there's a single temp directory in the mocked file system but
MockDirectory.CreateTempSubdirectory()
uses the current user's temp path instead.Additional context
Also there's no way to specify the temp directory manually.
The text was updated successfully, but these errors were encountered: