Missing code block language (#3962)
This commit is contained in:
parent
d635c78bd1
commit
75730e6f83
@ -356,7 +356,7 @@ def test_create_bucket(s3):
|
|||||||
|
|
||||||
If you use [`unittest`](https://docs.python.org/3/library/unittest.html) to run tests, and you want to use `moto` inside `setUp` or `setUpClass`, you can do it with `.start()` and `.stop()` like:
|
If you use [`unittest`](https://docs.python.org/3/library/unittest.html) to run tests, and you want to use `moto` inside `setUp` or `setUpClass`, you can do it with `.start()` and `.stop()` like:
|
||||||
|
|
||||||
```
|
```python
|
||||||
import unittest
|
import unittest
|
||||||
from moto import mock_s3
|
from moto import mock_s3
|
||||||
import boto3
|
import boto3
|
||||||
|
Loading…
Reference in New Issue
Block a user