You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the documentation as written without this change:
```
>>> from pyfakefs import fake_filesystem
>>>
>>> filesystem = fake_filesystem.FakeFilesystem()
>>> fake_pathlib_module = fake_filesystem.FakePathlibModule(filesystem)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jfindlay/.local/share/venvs/shell/lib/python3.12/site-packages/pyfakefs/fake_filesystem.py", line 3249, in __getattr__
raise AttributeError(f"No attribute {name!r}.")
AttributeError: No attribute 'FakePathlibModule'.. Did you mean: 'FakePathModule'?
```
0 commit comments