Skip to content

ComputingElevatedLab/cs5270-unit-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages