evennia.contrib.base_systems.awsstorage.tests¶
- class evennia.contrib.base_systems.awsstorage.tests.S3Boto3TestCase(methodName='runTest')[source]¶
Bases:
TestCase
- class evennia.contrib.base_systems.awsstorage.tests.S3Boto3StorageTests(methodName='runTest')[source]¶
Bases:
S3Boto3TestCase- test_pickle_without_bucket()[source]¶
Test that the storage can be pickled, without a bucket instance
- test_storage_open_no_write()[source]¶
Test opening file in write mode and closing without writing.
A file should be created as by obj.put(…).