• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

spulec / moto
95%

Build:
DEFAULT BRANCH: master
Repo Added 11 Mar 2013 02:23AM UTC
Files 69
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0.0.9
  • 0.2.10
  • 0.3.6
  • 0.3.7
  • 0.3.9
  • 0.4.0
  • 0.4.1
  • 0.4.10
  • 0.4.11
  • 0.4.12
  • 0.4.13
  • 0.4.14
  • 0.4.15
  • 0.4.16
  • 0.4.17
  • 0.4.19
  • 0.4.2
  • 0.4.20
  • 0.4.21
  • 0.4.24
  • 0.4.25
  • 0.4.27
  • 0.4.28
  • 0.4.29
  • 0.4.3
  • 0.4.30
  • 0.4.31
  • 0.4.4
  • 0.4.5
  • 0.4.6
  • 0.4.7
  • 1.0.0
  • 1.0.1
  • 1.1.0
  • 1.1.1
  • 1.1.10
  • 1.1.11
  • 1.1.12
  • 1.1.13
  • 1.1.18
  • 1.1.19
  • 1.1.2
  • 1.1.20
  • 1.1.21
  • 1.1.23
  • 1.1.24
  • 1.1.25
  • 1.1.3
  • 1.1.4
  • 1.1.5
  • 1.1.6
  • 1.1.8
  • 1.1.9
  • 1.2.0
  • 1.3.0
  • 1.3.1
  • 1.3.10
  • 1.3.14
  • 1.3.15
  • 1.3.16
  • 1.3.2
  • 1.3.3
  • 1.3.4
  • 1.3.5
  • 1.3.6
  • 1.3.7
  • 1.3.8
  • add-availabilityZone-filter-to-subnet
  • add-cloudformation-vpc-peering-connection
  • add-more-boto-versions
  • add-support-to-plain-text-zipfile-for-lambda
  • apigateway
  • autoscaling
  • bblommers-patch-contributing
  • bblommers-readme-dependencies
  • boto-bump
  • bugfix/ecs-describe-services-should-accept-arn-or-name
  • bugfix/rds2-multi-az-stop-db-instance
  • cleanup_913
  • cloudformation-ec2-SecurityGroupIngress
  • cloudformation-support-to-elbv2
  • cloudformation-update-stack
  • cloudwatch
  • combined-s3
  • context-manager-return-mock
  • dashboard
  • data-pipeline-improvements
  • data-pipeline-improvements-2
  • datapipeline
  • deprecate-httpretty
  • dynamodb-py3
  • ec2-security-group-tag-filtering
  • ecs-tasks
  • elb-cognito
  • emr
  • enhancement/elbv2-create-target-group-default-values
  • enhancement/elbv2-fake-loadbalancer-cfn-attributes
  • feature/add-proper-errors-to-ecr-calls
  • feature/ecs-cloudformation
  • feature/ecs-cluster-and-service-physical-resource-ids
  • feature/lambda
  • feature/nat-gateway
  • firehose
  • fix-1522
  • fix-2275
  • fix-3008
  • fix-cloudformation-get-template
  • fix-cloudformation-vpc-gateway-attachment-creation
  • fix-dynamo-item-not-found
  • fix-iot
  • fix-responses-mocking
  • fixboto
  • flake8-cleanup
  • glacier
  • host-parsing
  • httpretty-upstream
  • instance-filtering-by-vpc-id
  • internet-gateway-filters
  • issue-triage
  • jack/renegerate_implementation_coverage
  • jackdanger/fixing-errorresponse-top-level-tag
  • jackdanger/not-requiring-the-provisioned-throughput-key
  • jackdanger/supporting-kms-tags
  • kinesis
  • kms
  • moto-1.1.0
  • move-env-mocking
  • py26
  • rds
  • rds-add-storage-type-and-iops-to-dbinstance-template
  • redshift
  • refactor/remove-sure-from-setup.py
  • revert-655-work-around-httpheaders
  • sns-application-endpoints
  • source-dest-check-instance-filter
  • spot-fleet
  • staging
  • unpin-pyyaml
  • upgrade-responses
  • v1.3.5
  • version-1.3.3
  • wonko-patch-1

pending completion
7469

push

travis-ci

web-flow
Added redshift.get_cluster_credentials (#3611)

* Added redshift.get_cluster_credentials

* Marked endpoint in list

* Removed f string from tests

* Python 2.7 compat changes

* Fixed parameter retrieval

* Formatting

* Removed try/catch in favor of if

* Changed to existing random_string util

Co-authored-by: Andrea Amorosi <aamorosi@amazon.es>

17 of 17 new or added lines in 2 files covered. (100.0%)

43531 of 46001 relevant lines covered (94.63%)

5.96 hits per line

Relevant lines Covered
Build:
Build:
46001 RELEVANT LINES 43531 COVERED LINES
5.96 HITS PER LINE
Source Files on master
  • Tree
  • List 428
  • Changed 164
  • Source Changed 2
  • Coverage Changed 164
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
7469 master Added redshift.get_cluster_credentials (#3611) * Added redshift.get_cluster_credentials * Marked endpoint in list * Removed f string from tests * Python 2.7 compat changes * Fixed parameter retrieval * Formatting * Removed try/c... push 25 Jan 2021 02:06PM UTC web-flow travis-ci pending completion  
7468 master Pin sshpubkeys dependency to last version to support Py2 (#3614) push 25 Jan 2021 09:39AM UTC web-flow travis-ci pending completion  
7461 master Fix ec2 filter by empty tag value (#3605) * Fix ec2 filter by empty tag value Return `None` instead of an empty string when the tag key does not exist and replace the falsy check with a more explicit `is None`, which allows empty string valu... push 24 Jan 2021 12:23PM UTC web-flow travis-ci pending completion  
7457 master Create GithubActions workflow push 23 Jan 2021 09:13PM UTC web-flow travis-ci pending completion  
7455 master Add TagSpecification support to ec2:CreateImage (#3604) * Bump `botocore` to minimum version that supports TagSpecifications for this action. * Add test coverage. Closes #3602 push 23 Jan 2021 01:12PM UTC web-flow travis-ci pending completion  
7450 master server: explicit signal handler for SIGINT and SIGTERM (#3595) When running alone as pid 1 in a container, most signals that would cause the process to exit by default, are instead ignored by default. The container runtime will send SIGTERM, wa... push 19 Jan 2021 06:58PM UTC web-flow travis-ci pending completion  
7449 master Implementation of core AWS Media Live endpoins (#3428) * Initial attempt to mock AWS Media Live create_channel endpoint. Test fails. * Completes basic implementation of Media Live create_channel endpoint * Completes basic implementation of ... push 19 Jan 2021 04:52PM UTC web-flow travis-ci pending completion  
7447 master added sse support for s3 (#3592) * added sse support for s3 * lint fixed for py37 push 18 Jan 2021 07:11PM UTC web-flow travis-ci pending completion  
7443 master adding layers support for lambda backend (#3563) * adding layers support for lambda backend * improving lambda layer tests * adding lambda list_layers and fixing tests * make format push 17 Jan 2021 03:41PM UTC web-flow travis-ci pending completion  
7435 master Added explicit exception raise when no stack found. (#3559) * Added explicit exception raise when no stack found. Currently, any operation that uses 'get_stack' method from 'CloudFormationBackend' class will fail with AttributeError or jinja2... push 16 Jan 2021 02:56PM UTC web-flow travis-ci pending completion  
See All Builds (5826)
  • Repo on GitHub
  • CI Project
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc