관리-도구
편집 파일: test_utils.cpython-311.pyc
� �܋f�A � � � d Z ddlZddlZddlZddlZddlZddlZddlZddlm Z ddlm Z ddlmZm Z mZ ddlmZmZ G d� d� � Z G d � d � � Zdd �Z G d� dej � � Z G d� d� � Z G d� dee� � ZdS )z;Common helper classes used in tests, or as test class base.� N)�contextmanager)�mock)�fake_filesystem� fake_open�fake_os)�is_byte_string� to_stringc � � e Zd ZdZd� Zd� ZdS )� DummyTimezBMock replacement for time.time. Increases returned time on access.c �"