Skip to content
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

Add python static analysis #9

Open
mec07 opened this issue Nov 24, 2018 · 1 comment
Open

Add python static analysis #9

mec07 opened this issue Nov 24, 2018 · 1 comment

Comments

@mec07
Copy link
Owner

mec07 commented Nov 24, 2018

One of the key problems with python is that there is no in built static analysis that comes automatically when you have a compiler. In python, you just hit the problem at runtime. This means that, unless you have really good code coverage (which we don't right now), you're quite likely to run into problems at runtime.

A quick google revealed a tool called prospector that we could use for python static analysis. There may be other good static analysis tools, but Im not aware of them.

@horsfielda
Copy link
Collaborator

horsfielda commented Nov 24, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants