CS50’s Introduction to Artificial Intelligence Test Scripts
cs50ai-test This repository contains Python scripts to automate tests for most of the CS50’s Introduction to Artificial Intelligence with Python projects. It does not contain any project solution/spoiler, as per the course’s Academic Honesty policy. ## How to Run Tests Guide Make sure you have Python3 installed in your machine. Anything above Python 3.4+ should work. Install pytest by running pip install pytest in a terminal. More information about pip here. Make a copy of the test file and paste […]
Read more