diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /third_party/python/mock-1.0.0/html/output.txt | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/python/mock-1.0.0/html/output.txt')
-rw-r--r-- | third_party/python/mock-1.0.0/html/output.txt | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/third_party/python/mock-1.0.0/html/output.txt b/third_party/python/mock-1.0.0/html/output.txt new file mode 100644 index 0000000000..56093e7502 --- /dev/null +++ b/third_party/python/mock-1.0.0/html/output.txt @@ -0,0 +1,126 @@ +Results of doctest builder run on 2012-10-07 18:33:27 +===================================================== + +Document: index +--------------- +1 items passed all tests: + 35 tests in default +35 tests in 1 items. +35 passed and 0 failed. +Test passed. +1 items passed all tests: + 1 tests in default (cleanup code) +1 tests in 1 items. +1 passed and 0 failed. +Test passed. + +Document: compare +----------------- +1 items passed all tests: + 39 tests in default +39 tests in 1 items. +39 passed and 0 failed. +Test passed. +1 items passed all tests: + 1 tests in default (cleanup code) +1 tests in 1 items. +1 passed and 0 failed. +Test passed. + +Document: getting-started +------------------------- +1 items passed all tests: + 83 tests in default +83 tests in 1 items. +83 passed and 0 failed. +Test passed. +1 items passed all tests: + 1 tests in default (cleanup code) +1 tests in 1 items. +1 passed and 0 failed. +Test passed. + +Document: magicmock +------------------- +1 items passed all tests: + 40 tests in default +40 tests in 1 items. +40 passed and 0 failed. +Test passed. +1 items passed all tests: + 1 tests in default (cleanup code) +1 tests in 1 items. +1 passed and 0 failed. +Test passed. + +Document: patch +--------------- +1 items passed all tests: + 75 tests in default +75 tests in 1 items. +75 passed and 0 failed. +Test passed. +1 items passed all tests: + 2 tests in default (cleanup code) +2 tests in 1 items. +2 passed and 0 failed. +Test passed. + +Document: helpers +----------------- +1 items passed all tests: + 87 tests in default +87 tests in 1 items. +87 passed and 0 failed. +Test passed. +1 items passed all tests: + 2 tests in default (cleanup code) +2 tests in 1 items. +2 passed and 0 failed. +Test passed. + +Document: examples +------------------ +1 items passed all tests: + 171 tests in default +171 tests in 1 items. +171 passed and 0 failed. +Test passed. +1 items passed all tests: + 1 tests in default (cleanup code) +1 tests in 1 items. +1 passed and 0 failed. +Test passed. + +Document: sentinel +------------------ +1 items passed all tests: + 6 tests in default +6 tests in 1 items. +6 passed and 0 failed. +Test passed. +1 items passed all tests: + 1 tests in default (cleanup code) +1 tests in 1 items. +1 passed and 0 failed. +Test passed. + +Document: mock +-------------- +1 items passed all tests: + 187 tests in default +187 tests in 1 items. +187 passed and 0 failed. +Test passed. +1 items passed all tests: + 1 tests in default (cleanup code) +1 tests in 1 items. +1 passed and 0 failed. +Test passed. + +Doctest summary +=============== + 723 tests + 0 failures in tests + 0 failures in setup code + 0 failures in cleanup code |