evennia.contrib.base_systems.awsstorage.tests¶
-
class
evennia.contrib.base_systems.awsstorage.tests.
S3Boto3TestCase
(methodName='runTest')[源代码]¶ 基类:
django.test.testcases.TestCase
-
class
evennia.contrib.base_systems.awsstorage.tests.
S3Boto3StorageTests
(methodName='runTest')[源代码]¶ 基类:
evennia.contrib.base_systems.awsstorage.tests.S3Boto3TestCase
-
test_storage_open_no_write
()[源代码]¶ Test opening file in write mode and closing without writing.
A file should be created as by obj.put(…).
-