moto/tests/test_kinesis
jweite da07adae52
* Support for CloudFormation update and delete of Kinesis Streams (#3212)
* Support for CloudFormation stack resource deletion via backend resource method
  delete_from_cloudformation_json() via parse_and_delete_resource().
* Correction to the inappropriate inclusion of EndingSequenceNumber in open shards.
  This attribute should only appear in closed shards.  This regretfully prevents
  confirmation of consistent record counts after split/merge in unit tests.
* Added parameters/decorator to CloudFormationModel method declarations to calm-down Pycharm.

Co-authored-by: Joseph Weitekamp <jweite@amazon.com>
2020-08-03 16:04:05 +01:00
..
test_firehose.py Fix more typos. 2020-01-23 10:15:02 -08:00
test_kinesis_cloudformation.py * Support for CloudFormation update and delete of Kinesis Streams (#3212) 2020-08-03 16:04:05 +01:00
test_kinesis.py * Support for CloudFormation update and delete of Kinesis Streams (#3212) 2020-08-03 16:04:05 +01:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00