Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29755806: Noissue - convert test_page_outputs to pytest-regtest (Closed)

Created:
April 18, 2018, 9:30 p.m. by Vasily Kuznetsov
Modified:
July 9, 2018, 9:40 a.m.
Reviewers:
Jon Sonesen
Visibility:
Public.

Description

Noissue - convert test_page_outputs to pytest-regtest

Patch Set 1 #

Patch Set 2 : Combine page outputs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+779 lines, -231 lines) Patch
A tests/_regtest_outputs/test_page_outputs.test_dynamic.out View 1 1 chunk +266 lines, -0 lines 0 comments Download
A tests/_regtest_outputs/test_page_outputs.test_static[None].out View 1 1 chunk +248 lines, -0 lines 0 comments Download
A tests/_regtest_outputs/test_page_outputs.test_static[master].out View 1 1 chunk +244 lines, -0 lines 0 comments Download
M tests/conftest.py View 1 chunk +8 lines, -2 lines 0 comments Download
R tests/expected_output/de/translate View 1 chunk +0 lines, -8 lines 0 comments Download
R tests/expected_output/de/translate-html View 1 chunk +0 lines, -19 lines 0 comments Download
R tests/expected_output/de/translate-include View 1 chunk +0 lines, -16 lines 0 comments Download
R tests/expected_output/de/translate-not-enough@dynamic View 1 chunk +0 lines, -8 lines 0 comments Download
R tests/expected_output/de/translate-not-enough@static View 1 chunk +0 lines, -1 line 0 comments Download
R tests/expected_output/de/translate-partial View 1 chunk +0 lines, -5 lines 0 comments Download
R tests/expected_output/de/translate-template View 1 chunk +0 lines, -15 lines 0 comments Download
R tests/expected_output/de/translate-tmpl View 1 chunk +0 lines, -17 lines 0 comments Download
R tests/expected_output/en/filter View 1 chunk +0 lines, -1 line 0 comments Download
R tests/expected_output/en/get_page_url@dynamic View 1 chunk +0 lines, -5 lines 0 comments Download
R tests/expected_output/en/get_page_url@static View 1 chunk +0 lines, -5 lines 0 comments Download
R tests/expected_output/en/global View 1 chunk +0 lines, -1 line 0 comments Download
R tests/expected_output/en/includer View 1 chunk +0 lines, -6 lines 0 comments Download
R tests/expected_output/en/sitemap View 1 chunk +0 lines, -18 lines 0 comments Download
R tests/expected_output/en/translate View 1 chunk +0 lines, -8 lines 0 comments Download
R tests/expected_output/en/translate-html View 1 chunk +0 lines, -19 lines 0 comments Download
R tests/expected_output/en/translate-include View 1 chunk +0 lines, -16 lines 0 comments Download
R tests/expected_output/en/translate-template View 1 chunk +0 lines, -15 lines 0 comments Download
R tests/expected_output/en/translate-tmpl View 1 chunk +0 lines, -17 lines 0 comments Download
M tests/test_page_outputs.py View 1 2 chunks +12 lines, -29 lines 0 comments Download
M tox.ini View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6
Vasily Kuznetsov
Hey Jon, Here's a rough draft of conversion to regtest. It's kind of cool that ...
April 18, 2018, 9:42 p.m. (2018-04-18 21:42:40 UTC) #1
Jon Sonesen
On 2018/04/18 21:42:40, Vasily Kuznetsov wrote: > Hey Jon, > > Here's a rough draft ...
April 19, 2018, 12:15 a.m. (2018-04-19 00:15:39 UTC) #2
Jon Sonesen
Sorry, sent the draft before I was finished. I will think more on this or ...
April 19, 2018, 12:23 a.m. (2018-04-19 00:23:27 UTC) #3
Jon Sonesen
I think for now I want to say this doesnt look good to me
April 21, 2018, 12:24 a.m. (2018-04-21 00:24:59 UTC) #4
Vasily Kuznetsov
On 2018/04/21 00:24:59, Jon Sonesen wrote: > I think for now I want to say ...
April 23, 2018, 8:57 a.m. (2018-04-23 08:57:47 UTC) #5
Jon Sonesen
April 23, 2018, 9:12 a.m. (2018-04-23 09:12:25 UTC) #6
On 2018/04/23 08:57:47, Vasily Kuznetsov wrote:
> On 2018/04/21 00:24:59, Jon Sonesen wrote:
> > I think for now I want to say this doesnt look good to me
> 
> Here's another version, with the page outputs combined, just for completeness.
> It doesn't have so many files but still has the redundancy issue.

This still doesn't address my concerns with auto generating outputs. This could
be useful for a CMS dev thing but when testing new features it would be too easy
to make pages which don't do what you think they do but still pass

Powered by Google App Engine
This is Rietveld