Vuyisile Ndlovu

Results 11 comments of Vuyisile Ndlovu

@owlishDeveloper I am interested in taking this one on as well. One question I have is how do I ensure that all implementations give the exact same error message? For...

@owlishDeveloper I have the environment setup, and the tests pass. I sent you screenshots to your email 2 days ago. Please refer to my email with the following subject "[Outreachy]...

@owlishDeveloper Thanks for assigning the issue to me. I hadn't realised there are so many test cases to go through :D This will take me a few days.

Added error messages for `builtins` and `infix` errors. 261 test cases to go.

@owlishDeveloper gotcha! I am down to 50 or so errors now. Here's a PR: #332

A second PR for the same issue: #334

@kimberlythegeek @m8ttyB I second what @davehunt said about testing a code snippet independently. It is possible to write a script that reads the README, extracts the python code from it...

Before the code in the file can be checked for errors, we first need to extract or find it in the document. There are two options I can think of...

@m8ttyB @kimberlythegeek Update: I have written a script that extracts Python code from a README document and runs checks on it using flake8. I put up [this gist](https://gist.github.com/terrameijar/5a166c50bc344de3b4dd9c7cc5bcdb15) . I...

This might be worth a look at, it is a tool for linting Python code blocks in markdown files: https://github.com/johnfraney/flake8-markdown,