Port test suite from nose to pytest.

This just eliminates all errors on the tests collection. Elimination of
failures is left to the next commit.
This commit is contained in:
Matěj Cepl 2020-10-06 07:54:49 +02:00
commit 77dc60ea97
146 changed files with 1172 additions and 1277 deletions

View file

@ -0,0 +1 @@
# This file is intentionally left blank.

View file

@ -7,10 +7,6 @@ from botocore.exceptions import ClientError
import sure # noqa
from moto import mock_batch, mock_iam, mock_ec2, mock_ecs, mock_logs
import functools
import nose
DEFAULT_REGION = "eu-central-1"

View file

@ -14,7 +14,6 @@ from moto import (
mock_cloudformation,
)
import functools
import nose
import json
DEFAULT_REGION = "eu-central-1"