1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

607 B

name about title labels assignees
Bug report Create a report to help us improve

Describe the bug A clear and concise description of what the bug is. Please provide a stack trace if available.

How To Reproduce Please provide a unit test or a minimal code snippet that reproduces the problem.

Your enviroment Please run the following and paste the output.

python -c "import platform; print(platform.platform())"
python -c "import sys; print('Python', sys.version)"
python -c "from pyfakefs.fake_filesystem import __version__; print('pyfakefs', __version__)"