-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe testing approach #14
Comments
Thank-you for being willing to track the error down. I previously had all the testing folders in Let me know if you have questions. There is a debug module, but I wasn't consistent with inserting the debug assertions etc. throughout the code, so it is close to useless at this point. I have an issue open to go through the code and add some strategic I pushed some changes a few minutes ago that you should probably pull before you start debugging. Thanks! |
Also (you probably will see this from the code anyway, but...) the results of the isense completions etc. are written to files in the |
I ran into an error that I would like to fix, after enabling forpy-mode and running
M-?
:I believe that there might be a missing
self.module = None
in the usercontext class init.To test it I want to write a python unit test. I did find the tox.ini file, implying that I should test with the
tox
command. If I run it it can't find any unit tests. Are there no unit tests yet? Can you suggest where I should put such a test?The text was updated successfully, but these errors were encountered: