Skip to content

issues Search Results · repo:pytest-dev/pyfakefs language:Python

Filter by

553 results
 (77 ms)

553 results

inpytest-dev/pyfakefs (press backspace or delete to remove)

Describe the bug I have a test that uses moto and pyfakefs to test an upload to AWS S3. The test works with pyfakefs 5.7.2 but fails with 5.7.3+. It comes up an following error after several runs. The ...
regression
  • gnought
  • 6
  • Opened 
    12 days ago
  • #1126

Hi! Thanks for devolping pyfakefs, it s been an amazing module to work with for my project. I m currently testing a Gitlab REST API request to create issue from some metadata and a markdown file. My markdown ...
question
  • wavesinaroom
  • 3
  • Opened 
    12 days ago
  • #1125

Describe the bug Recent changes to get_object and get_object_from_normpath adds a check_exe_perm to True. When calling get_object on a directory created without exec permissions, there is a permissions ...
  • davidlbaird
  • 7
  • Opened 
    15 days ago
  • #1122

Describe the bug It s recently become possible to import modules from the fake file system, but if a fake module tries to import another fake module, it crashes with a RecursionError. How To Reproduce ...
  • Aran-Fey
  • 4
  • Opened 
    15 days ago
  • #1121

Describe the bug When using pyfakefs with pandas, sometimes a single row is dropped on write / read. This only occurs on linux systems (tested with ubuntu laptop), with no issue on Windows. Totally understand ...
bug
  • K-Meech
  • 7
  • Opened 
    16 days ago
  • #1120

Describe the bug Suppose I have a real file /usr/bin/env, owned by root:root, with permissions 0755. If I copy this file into a fake filesystem the user and group are preserved, but the permissions are ...
  • daviewales
  • 3
  • Opened 
    18 days ago
  • #1119

Hi, it s me again ;) today this is the minimal code snippet to reproduce the error: import subprocess def test_subprocess_with_pyfakefs(fs): subprocess_result = subprocess.run( [ ...
limitation
  • stevenengland
  • 5
  • Opened 
    on Feb 1
  • #1116

I m working on a project that uses pyfakefs to mock my filesystem to test folder creation and missing folders in a previously defined tree structure. I m using Python 3.13 on Windows and get this output ...
  • wavesinaroom
  • 7
  • Opened 
    on Jan 7
  • #1108

Describe the bug Hello together, I have hard times finding out what causes the following error: I am using the fs (not fs_module etc. - fs) inside a fixture. There is one test, that, when ran in isolation, ...
limitation
  • stevenengland
  • 20
  • Opened 
    on Dec 26, 2024
  • #1105

Describe the bug Not sure if this is a bug yet, as much as a sanity check/question. I recently started using the ThreadPoolExecutor context from concurrent.futures to parallelize network requests. I ve ...
  • schuylermartin45
  • 4
  • Opened 
    on Dec 16, 2024
  • #1102
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub