• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: Bug report
3about: Create a report to help us improve
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10**Describe the bug**
11A clear and concise description of what the bug is.
12Please provide a stack trace if available.
13
14**How To Reproduce**
15Please provide a unit test or a minimal code snippet that reproduces the
16problem.
17
18**Your enviroment**
19Please run the following and paste the output.
20```bash
21python -c "import platform; print(platform.platform())"
22python -c "import sys; print('Python', sys.version)"
23python -c "from pyfakefs.fake_filesystem import __version__; print('pyfakefs', __version__)"
24```
25