Skip to content

Commit e2f31b1

Browse files
mshaileshr@gmail.commshaileshr@gmail.com
authored andcommitted
testcases html report
1 parent 46ea231 commit e2f31b1

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

requirements.txt

Whitespace-only changes.

test_report_query.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
Running tests...
3+
----------------------------------------------------------------------
4+
test_functional_search_function_in_query (tests.test_query.TestQuery) ... OK (0.000244)s
5+
6+
----------------------------------------------------------------------
7+
Ran 1 test in 0:00:00
8+
9+
OK
10+
11+
12+
13+
Generating HTML reports...
14+
reports/TestResults_tests.test_query.TestQuery_2020-06-09_12-41-51.html

test_report_stack.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
Running tests...
3+
----------------------------------------------------------------------
4+
test_content_type (tests.test_stack.TestStack) ... OK (0.538158)s
5+
test_content_types_with_query_param (tests.test_stack.TestStack) ... OK (0.528488)s
6+
test_fail (tests.test_stack.TestStack) ... OK (0.000103)s
7+
test_fail_delivery_token (tests.test_stack.TestStack) ... OK (0.000069)s
8+
test_format (tests.test_stack.TestStack) ... OK (0.000057)s
9+
test_image_transformation (tests.test_stack.TestStack) ... OK (0.000270)s
10+
test_image_transformation_get_url_with_format (tests.test_stack.TestStack) ... OK (0.000105)s
11+
test_image_transformation_get_url_with_height_width (tests.test_stack.TestStack) ... OK (0.000078)s
12+
test_init_sync_no_params (tests.test_stack.TestStack) ... OK (0.589745)s
13+
test_init_sync_with_all_params (tests.test_stack.TestStack) ... OK (0.545879)s
14+
test_init_sync_with_content_type_uid (tests.test_stack.TestStack) ... OK (0.486923)s
15+
test_init_sync_with_publish_type (tests.test_stack.TestStack) ... OK (0.965049)s
16+
test_nothing (tests.test_stack.TestStack) ... SKIP (0.000032)s
17+
test_stack_credentials (tests.test_stack.TestStack) ... OK (0.000089)s
18+
test_stack_endpoint (tests.test_stack.TestStack) ... OK (0.000219)s
19+
test_stack_region (tests.test_stack.TestStack) ... OK (0.000113)s
20+
test_sync_pagination (tests.test_stack.TestStack) ... OK (1.610647)s
21+
test_sync_token (tests.test_stack.TestStack) ... OK (0.546425)s
22+
23+
----------------------------------------------------------------------
24+
Ran 18 tests in 0:00:05
25+
26+
OK
27+
(Skipped=1)
28+
29+
Generating HTML reports...
30+
reports/TestResults_tests.test_stack.TestStack_2020-06-09_12-41-34.html

0 commit comments

Comments
 (0)