thomasborgen / storage-bucket

For easy GCP Storage Bucket interaction
MIT License
6 stars 0 forks source link

Remove classes from tests and rename files to test_*module*.py #27

Closed thomasborgen closed 4 years ago

thomasborgen commented 4 years ago

Move all tests out of classes and rename files to test_module.py, it rolls better on the tongue.

Currently some of our tests are inside classes. There is no reason for them to be there, so lets move them out.

files to fix: create_test.py, download_test.py, get_test.py, list_buckets_test.py, list_objects_test.py, upload_test.py