FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for awscli/testutils.py - GAUTAM67/aws-cli · GitHub
GAUTAM67
/
aws-cli
Public
forked from
aws/aws-cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
aws-cli
awscli
testutils.py
on
develop
User selector
Datepicker
Commit history
Commits on Jan 15, 2018
Merge pull request #2926 from stealthycoin/integ-test-respect-env-region
Show description for 7b726d3
stealthycoin
authored
7b726d3
View commit details
Copy full SHA for 7b726d3
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
Wait for created buckets to exist in integ tests
Show description for aef63a9
JordonPhillips
committed
aef63a9
View commit details
Copy full SHA for aef63a9
View code at this point
Browse repository at this point
Commits on Oct 27, 2017
Make test runner use AWS_DEFAULT_REGION instead of override it
Show description for 0d860d2
stealthycoin
committed
0d860d2
View commit details
Copy full SHA for 0d860d2
View code at this point
Browse repository at this point
Commits on Jun 16, 2017
Add key_not_exists to testutils
Show description for 7b37169
JordonPhillips
committed
7b37169
View commit details
Copy full SHA for 7b37169
View code at this point
Browse repository at this point
Use waiters on key_exists in testutils
Show description for 959ccec
JordonPhillips
committed
959ccec
View commit details
Copy full SHA for 959ccec
View code at this point
Browse repository at this point
Commits on May 5, 2017
Revert "Use python -m to test CLI"
kyleknap
authored
b44eea2
View commit details
Copy full SHA for b44eea2
View code at this point
Browse repository at this point
Commits on May 2, 2017
Use python -m to test CLI
dstufft
committed
d18f864
View commit details
Copy full SHA for d18f864
View code at this point
Browse repository at this point
Commits on Jan 26, 2017
Add timeformatting option to cli
Show description for 7101933
stealthycoin
authored
7101933
View commit details
Copy full SHA for 7101933
View code at this point
Browse repository at this point
Commits on Dec 29, 2016
Use waiter to ensure S3 key exists before proceeding
Show description for 6f8b22f
jamesls
committed
6f8b22f
View commit details
Copy full SHA for 6f8b22f
View code at this point
Browse repository at this point
Commits on Sep 29, 2016
Catch os errors for invalid timestamps
Show description for 29d8f55
kyleknap
committed
29d8f55
View commit details
Copy full SHA for 29d8f55
View code at this point
Browse repository at this point
Abstract to helper method
kyleknap
committed
ff2bb74
View commit details
Copy full SHA for ff2bb74
View code at this point
Browse repository at this point
Commits on Aug 23, 2016
Fix py2 test failure on windows
Show description for 71a4af0
jamesls
committed
71a4af0
View commit details
Copy full SHA for 71a4af0
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
Add a random_bucket_name testutil function
Show description for 694ac4e
jamesls
committed
694ac4e
View commit details
Copy full SHA for 694ac4e
View code at this point
Browse repository at this point
Commits on Aug 19, 2016
Use better random char generation for tests
Show description for cd3bb26
jamesls
committed
cd3bb26
View commit details
Copy full SHA for cd3bb26
View code at this point
Browse repository at this point
Commits on Aug 18, 2016
Ensure config file contents don't influence tests
jamesls
committed
00baa4e
View commit details
Copy full SHA for 00baa4e
View code at this point
Browse repository at this point
Define last_kwargs in setUp
Show description for 0603322
jamesls
committed
0603322
View commit details
Copy full SHA for 0603322
View code at this point
Browse repository at this point
Commits on Aug 11, 2016
Revert "Merge pull request #2097 from kyleknap/revert-stream"
Show description for 7401342
jamesls
committed
7401342
View commit details
Copy full SHA for 7401342
View code at this point
Browse repository at this point
Revert "Merge pull request #2064 from JordonPhillips/streaming-transfer"
Show description for 56fe660
kyleknap
committed
56fe660
View commit details
Copy full SHA for 56fe660
View code at this point
Browse repository at this point
Commits on Aug 10, 2016
Use S3Transfer for streaming copies
JordonPhillips
committed
c053410
View commit details
Copy full SHA for c053410
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
Remove last remaining pieces of legacy errorhandler
jamesls
committed
9c53993
View commit details
Copy full SHA for 9c53993
View code at this point
Browse repository at this point
Commits on May 13, 2016
Use service_name in process-cli-arg event
Show description for cd10c78
JordonPhillips
committed
cd10c78
View commit details
Copy full SHA for cd10c78
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
Use a shared bucket across all test_plugin tests
Show description for 25d13ac
jamesls
committed
25d13ac
View commit details
Copy full SHA for 25d13ac
View code at this point
Browse repository at this point
Commits on Mar 2, 2016
Fix ordering issue with tests
Show description for 16a1499
jamesls
committed
16a1499
View commit details
Copy full SHA for 16a1499
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
Switch test code over to skip_if_windows
Show description for 900fb63
jamesls
committed
900fb63
View commit details
Copy full SHA for 900fb63
View code at this point
Browse repository at this point
Merge pull request #1608 from rayluo/bucket-already-owned-by-you
Show description for 0f7044b
rayluo
committed
0f7044b
View commit details
Copy full SHA for 0f7044b
View code at this point
Browse repository at this point
Commits on Nov 3, 2015
Switch from awscli.errorhandler.ClientError to botocore.exceptions.ClientError
rayluo
committed
76425dd
View commit details
Copy full SHA for 76425dd
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
Add a comment about why patches are bad
kyleknap
committed
63ce1e6
View commit details
Copy full SHA for 63ce1e6
View code at this point
Browse repository at this point
Fix one potential leaky patch
kyleknap
committed
88f8274
View commit details
Copy full SHA for 88f8274
View code at this point
Browse repository at this point
Commits on Oct 28, 2015
Survive a BucketAlreadyOwnedByYou error
Show description for d6ccb59
rayluo
committed
d6ccb59
View commit details
Copy full SHA for d6ccb59
View code at this point
Browse repository at this point
Commits on Jul 9, 2015
Fix codecommit integration test
kyleknap
committed
8ef91f0
View commit details
Copy full SHA for 8ef91f0
View code at this point
Browse repository at this point
Commits on Jun 19, 2015
Properly configure loader sharing in tests
Show description for 16a59ac
jamesls
committed
16a59ac
View commit details
Copy full SHA for 16a59ac
View code at this point
Browse repository at this point
Commits on Apr 30, 2015
Add a test that will count the occurrences of a string in the output
carsonmcdonald
committed
1d22163
View commit details
Copy full SHA for 1d22163
View code at this point
Browse repository at this point
Commits on Apr 27, 2015
API updates for botocore loader changes
Show description for 624afb8
jamesls
committed
624afb8
View commit details
Copy full SHA for 624afb8
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Add unit test for cloudfront command
Show description for 2b28fb0
kyleknap
authored and
jamesls
committed
2b28fb0
View commit details
Copy full SHA for 2b28fb0
View code at this point
Browse repository at this point
Commits on Mar 16, 2015
Add globalargs integration tests
Show description for 5a189c2
jamesls
committed
5a189c2
View commit details
Copy full SHA for 5a189c2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL