Bug 146797 - webkit-style complains about nonexistent python class members when they are created out-of-class
Summary: webkit-style complains about nonexistent python class members when they are c...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-09 12:25 PDT by Dean Johnson
Modified: 2015-07-13 17:05 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Johnson 2015-07-09 12:25:33 PDT
See comment #16 in https://bugs.webkit.org/show_bug.cgi?id=143967

We can see that GitSVNTest.setUp utilizes SVNRepository.setup(self) and svn_repo_url is created there, not in the GitSVNTest class.