HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/394/platform/gsutil/third_party/mock/unittest.cfg
[unittest]
plugins = 
    unittest2.plugins.debugger
    unittest2.plugins.checker
    unittest2.plugins.doctestloader
    unittest2.plugins.matchregexp
    unittest2.plugins.moduleloading
    unittest2.plugins.testcoverage
    unittest2.plugins.growl
    unittest2.plugins.filtertests
    unittest2.plugins.junitxml
    unittest2.plugins.timed
    unittest2.plugins.counttests
    unittest2.plugins.logchannels

excluded-plugins =

# 0, 1 or 2 (default is 1)
# quiet, normal or verbose
# can be overriden at command line
verbosity = normal

# true or false
# even if false can be switched on at command line
catch =
buffer =
failfast =


[matchregexp]
always-on = False
full-path = True

[debugger]
always-on = False
errors-only = True

[coverage]
always-on = False
config =
report-html = False
# only used if report-html is false
annotate = False
# defaults to './htmlcov/'
html-directory =
# if unset will output to console
text-file =
branch = False
timid = False
cover-pylib = False
exclude-lines = 
    # Have to re-enable the standard pragma
    pragma: no cover

    # Don't complain about missing debug-only code:
    def __repr__
    if self\.debug

    # Don't complain if tests don't hit defensive assertion code:
    raise AssertionError
    raise NotImplementedError

    # Don't complain if non-runnable code isn't run:
    if 0:
    if __name__ == .__main__.
    
ignore-errors = False
modules =

[growl]
always-on = False

[doctest]
always-on = False

[module-loading]
always-on = False

[checker]
always-on = False
pep8 = False
pyflakes = True

[junit-xml]
always-on = False
path = junit.xml

[timed]
always-on = True
threshold = 0.01

[count]
always-on = True
enhanced = False