Math and AWS S3 Unit Testing (boto3) Install dependencies pip install -r requirements.txt Run math utils tests python -m unittest discover -s tests -p "test_math_utils.py" -v Run tests with moto python -m unittest discover -s tests -p "test_s3_with_moto.py" -v Run all tests with unittest python -m unittest discover -s tests -p "test_*.py" -v Run all tests with pytest pytest -v