Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(190)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: tests/devpay/__init__.py
Issue
8386013
:
Merging in latest boto. (Closed)
Base URL: svn://svn.chromium.org/boto
Patch Set: Redoing vendor drop by deleting and then merging.
Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
.gitignore
Changelog.rst
MANIFEST.in
README
README.markdown
bin/asadmin
bin/cfadmin
bin/cq
bin/cwutil
bin/launch_instance
bin/lss3
bin/pyami_sendmail
bin/route53
bin/s3multiput
bin/s3put
boto/__init__.py
boto/auth.py
boto/cacerts/__init__.py
boto/cacerts/cacerts.txt
boto/cloudformation/__init__.py
boto/cloudformation/connection.py
boto/cloudformation/stack.py
boto/cloudformation/template.py
boto/cloudfront/__init__.py
boto/cloudfront/distribution.py
boto/cloudfront/invalidation.py
boto/connection.py
boto/ec2/__init__.py
boto/ec2/address.py
boto/ec2/autoscale/__init__.py
boto/ec2/autoscale/activity.py
boto/ec2/autoscale/group.py
boto/ec2/autoscale/instance.py
boto/ec2/autoscale/launchconfig.py
boto/ec2/autoscale/policy.py
boto/ec2/autoscale/scheduled.py
boto/ec2/autoscale/trigger.py
boto/ec2/blockdevicemapping.py
boto/ec2/cloudwatch/__init__.py
boto/ec2/cloudwatch/alarm.py
boto/ec2/cloudwatch/listelement.py
boto/ec2/cloudwatch/metric.py
boto/ec2/connection.py
boto/ec2/ec2object.py
boto/ec2/elb/__init__.py
boto/ec2/elb/healthcheck.py
boto/ec2/elb/loadbalancer.py
boto/ec2/elb/policies.py
boto/ec2/elb/securitygroup.py
boto/ec2/image.py
boto/ec2/instance.py
boto/ec2/keypair.py
boto/ec2/securitygroup.py
boto/ec2/snapshot.py
boto/ec2/spotpricehistory.py
boto/ec2/volume.py
boto/ecs/__init__.py
boto/emr/bootstrap_action.py
boto/emr/connection.py
boto/emr/emrobject.py
boto/emr/instance_group.py
boto/emr/step.py
boto/exception.py
boto/file/bucket.py
boto/file/key.py
boto/fps/connection.py
boto/gs/acl.py
boto/gs/bucket.py
boto/gs/connection.py
boto/gs/key.py
boto/gs/resumable_upload_handler.py
boto/https_connection.py
boto/iam/connection.py
boto/iam/summarymap.py
boto/jsonresponse.py
boto/manage/cmdshell.py
boto/mashups/iobject.py
boto/mturk/connection.py
boto/mturk/notification.py
boto/mturk/question.py
boto/provider.py
boto/pyami/bootstrap.py
boto/pyami/config.py
boto/pyami/installers/ubuntu/ebs.py
boto/rds/__init__.py
boto/roboto/__init__.py
boto/roboto/awsqueryrequest.py
boto/roboto/awsqueryservice.py
boto/roboto/param.py
boto/route53/connection.py
boto/route53/record.py
boto/s3/acl.py
boto/s3/bucket.py
boto/s3/bucketlistresultset.py
boto/s3/connection.py
boto/s3/key.py
boto/s3/multipart.py
boto/s3/prefix.py
boto/s3/resumable_download_handler.py
boto/sdb/__init__.py
boto/sdb/connection.py
boto/sdb/db/blob.py
boto/sdb/db/manager/__init__.py
boto/sdb/db/manager/pgmanager.py
boto/sdb/db/manager/sdbmanager.py
boto/sdb/db/manager/xmlmanager.py
boto/sdb/db/model.py
boto/sdb/db/property.py
boto/sdb/db/sequence.py
boto/sdb/domain.py
boto/sdb/item.py
boto/sdb/persist/__init__.py
boto/sdb/persist/checker.py
boto/sdb/persist/object.py
boto/sdb/persist/property.py
boto/sdb/persist/test_persist.py
boto/ses/__init__.py
boto/ses/connection.py
boto/sns/__init__.py
boto/sns/connection.py
boto/sqs/__init__.py
boto/sqs/connection.py
boto/sqs/jsonmessage.py
boto/sqs/queue.py
boto/storage_uri.py
boto/sts/__init__.py
boto/sts/connection.py
boto/sts/credentials.py
boto/tests/__init__.py
boto/tests/cb_test_harnass.py
boto/tests/devpay_s3.py
boto/tests/mock_storage_service.py
boto/tests/test.py
boto/tests/test_ec2connection.py
boto/tests/test_gsconnection.py
boto/tests/test_resumable_downloads.py
boto/tests/test_resumable_uploads.py
boto/tests/test_s3connection.py
boto/tests/test_s3versioning.py
boto/tests/test_sdbconnection.py
boto/tests/test_sqsconnection.py
boto/utils.py
boto/vpc/__init__.py
boto/vpc/internetgateway.py
boto/vpc/routetable.py
boto/vpc/subnet.py
docs/source/autoscale_tut.rst
docs/source/elb_tut.rst
docs/source/index.rst
docs/source/ref/cloudformation.rst
docs/source/ref/cloudfront.rst
docs/source/ref/ec2.rst
docs/source/ref/ecs.rst
docs/source/ref/iam.rst
docs/source/ref/index.rst
docs/source/ref/route53.rst
docs/source/ref/ses.rst
docs/source/ref/sts.rst
setup.py
tests/__init__.py
tests/autoscale/__init__.py
tests/autoscale/test_connection.py
tests/cloudfront/__init__.py
tests/cloudfront/test_signed_urls.py
tests/db/test_password.py
tests/devpay/__init__.py
tests/devpay/test_s3.py
tests/ec2/__init__.py
tests/ec2/cloudwatch/__init__.py
tests/ec2/cloudwatch/test_connection.py
tests/ec2/elb/test_connection.py
tests/ec2/test_connection.py
tests/s3/__init__.py
tests/s3/cb_test_harnass.py
tests/s3/mock_storage_service.py
tests/s3/other_cacerts.txt
tests/s3/test_connection.py
tests/s3/test_encryption.py
tests/s3/test_gsconnection.py
tests/s3/test_https_cert_validation.py
tests/s3/test_pool.py
tests/s3/test_resumable_downloads.py
tests/s3/test_resumable_uploads.py
tests/s3/test_versioning.py
tests/sdb/__init__.py
tests/sdb/test_connection.py
tests/sqs/__init__.py
tests/sqs/test_connection.py
tests/test.py
tests/utils/test_password.py
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« tests/db/test_password.py
('k') |
tests/devpay/test_s3.py »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: tests/devpay/__init__.py
diff --git a/tests/devpay/__init__.py b/tests/devpay/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
« no previous file with comments
|
« tests/db/test_password.py
('k') |
tests/devpay/test_s3.py »
('j') |
no next file with comments »
Issue 8386013: Merging in latest boto. (Closed)
Created 9 years, 2 months ago by bradn
Modified 9 years, 2 months ago
Reviewers: nsylvain
Base URL: svn://svn.chromium.org/boto
Comments: 0
This is Rietveld
408576698