yanne / api-testing

I am using this to test GitHub API
1 stars 0 forks source link

Ride import modified library,but does not contain the modified keywords. #95

Closed yanne closed 10 years ago

yanne commented 10 years ago

for example,a library named 'B'

class B(object): def b(self): pass def a(self): pass For the first time to import 'B.py',the search keywords plugin contains two keywords,I remove 'B.py' from Ride and i append 'def c(self):pass' into 'B.py'.The second time to import 'B.py',but the search keywords plugin also contains two keywords! Maybe i already fix the issue,who can tell me how to pull request?

This issue was originally reported to Google Code on Mar 27, 2014.

yanne commented 10 years ago

Original comment by mikko.ko...@gmail.com on Apr 7, 2014.

make the pull request in github.

yanne commented 10 years ago

Original comment by jiajiaa...@gmail.com on Apr 9, 2014.

I have already pulled request in github!