#unit-testing
Read more stories on Hashnode
Articles with this tag
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...
This article is a continuation of the previous task (https://raineyang.hashnode.dev/pyta-project-refactoring-testcheckondir-in-testcheckpy), in which...
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...