Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Issue 2092022: This script will create test documentation for AutoTest suites. (Closed)

Created:
10 years, 7 months ago by kdlucas
Modified:
9 years, 7 months ago
Reviewers:
petkov
CC:
chromium-os-reviews_chromium.org, sosa+cc_chromium.org, seano, ericli, petkov+cc_chromium.org
Base URL:
ssh://git@chromiumos-git//autotest.git
Visibility:
Public.

Description

This script will create test documentation for AutoTest suites.

Patch Set 1 #

Patch Set 2 : Updated space formatting to conform to AutoTest style guide. #

Total comments: 78

Patch Set 3 : Script to parse control files and create html docs #

Total comments: 12

Patch Set 4 : Made a few last changes to clean it up. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+734 lines, -0 lines) Patch
A utils/docgen/CreateDocs.py View 1 2 3 1 chunk +708 lines, -0 lines 1 comment Download
A utils/docgen/customLogo.gif View Binary file 0 comments Download
A utils/docgen/footer.html View 1 chunk +14 lines, -0 lines 0 comments Download
A utils/docgen/header.html View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kdlucas
10 years, 7 months ago (2010-05-21 22:31:53 UTC) #1
petkov
http://codereview.chromium.org/2092022/diff/3001/4001 File utils/docgen/CreateDocs.py (right): http://codereview.chromium.org/2092022/diff/3001/4001#newcode8 utils/docgen/CreateDocs.py:8: This program will create a a list of test ...
10 years, 7 months ago (2010-05-24 18:28:08 UTC) #2
kdlucas
Ok, I think I've addressed your concerns. I also added a few more options so ...
10 years, 7 months ago (2010-05-26 00:32:54 UTC) #3
petkov
http://codereview.chromium.org/2092022/diff/10001/11001 File utils/docgen/CreateDocs.py (right): http://codereview.chromium.org/2092022/diff/10001/11001#newcode51 utils/docgen/CreateDocs.py:51: import compiler Could you please add a TODO for ...
10 years, 7 months ago (2010-05-26 04:54:26 UTC) #4
kdlucas
Ok, I think it's ready now. Thanks for pointing out about using dict.get(?????, ?????) as ...
10 years, 7 months ago (2010-05-26 19:27:12 UTC) #5
petkov
10 years, 7 months ago (2010-05-26 19:35:17 UTC) #6
Please fix this. LGTM after that.

http://codereview.chromium.org/2092022/diff/17001/12002
File utils/docgen/CreateDocs.py (right):

http://codereview.chromium.org/2092022/diff/17001/12002#newcode243
utils/docgen/CreateDocs.py:243: logger.setLevel(loglevel.get(self.debug,
logging.INFO))
Remove if / else -- you don't need them any more.

Powered by Google App Engine
This is Rietveld 408576698