#pylint
Read more stories on Hashnode
Articles with this tag
The Journey to PythonTA series aims to introduce various system components of PythonTA (https://github.com/pyta-uoft/pyta), a static code analysis...
Today's task requires a combination of various components of PythonTA introduced in previous articles, including control flow graph module, Z3...
Today's task is to implement a custom checker for inconsistent or missing return statements for PythonTA (https://github.com/pyta-uoft/pyta), as a...
Today's task is to implement a function that takes a PythonTA control flow graph and returns all paths in the graph. In this article, I will first...
Today's task is to refactor test_check_on_dir() function in test_check.py module for PythonTA (https://github.com/pyta-uoft/pyta). According to the...
In this task, we will improve test coverage rate of node_printer.py module in PythonTA (https://github.com/pyta-uoft/pyta) by adding unit tests to...