Finish porting from nose to pytest.
This commit is contained in:
parent
77dc60ea97
commit
ea489bce6c
72 changed files with 1289 additions and 1280 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import requests
|
||||
import pytest
|
||||
import sure # noqa
|
||||
|
||||
import boto3
|
||||
|
|
@ -6,6 +7,7 @@ from moto import mock_sqs, settings
|
|||
|
||||
|
||||
@mock_sqs
|
||||
@pytest.mark.network
|
||||
def test_passthrough_requests():
|
||||
conn = boto3.client("sqs", region_name="us-west-1")
|
||||
conn.create_queue(QueueName="queue1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue