Checking tests on GitHub
Some of your deliverables will have GitHub “Actions” set up to automatically test your code. This guide helps you find more details on the tests that are failing.
- Click on the “Actions” tab near the top of your repository landing page:
- Click on the text of your most recent commit (or earlier if you want). If it is failing, it will have a red circle with an X:
- Click on the box that says ‘run-autograding-tests’:
- Click the step “Run tests for Basic Command Line App” to get the details of which test failed:
-
Read the information in the Traceback carefully, it likely points to exactly the difference between your test and the correct output. If you aren’t sure how to fix it, reach out for help!
-
Note that you can also look at the results of “Coverage report” to see how much of the production code you are testing at a basic level, i.e. is that code even run when the tests run: