Derek Bekoe
|
c83415c93d
|
Integrate with Travis CI & Clean up code
|
2016-04-10 22:56:07 -07:00 |
Derek Bekoe
|
0e2064c178
|
Merge branch 'master' into acquisition-pip
# Conflicts:
# .travis.yml
# setup.py
# src/azure/cli/commands/__init__.py
# src/command_modules/azure-cli-network/azure/cli/command_modules/network/__init__.py
# src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/account.py
# src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/login.py
# src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/logout.py
# src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/__init__.py
# src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/__init__.py
# src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/tests/command_specs.py
# src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/tests/recordings/test_storage_account_usage.yaml
# src/command_modules/azure-cli-taskhelp/azure/cli/command_modules/taskhelp/__init__.py
# src/command_modules/azure-cli-vm/azure/cli/command_modules/vm/__init__.py
|
2016-04-04 10:34:35 -07:00 |
Johan Stenberg
|
a2fb8ac8fa
|
Update basic "load all modules" test to ask for help as the default behavior is now to return failure...
|
2016-04-01 16:34:37 -07:00 |
Derek Bekoe
|
3e18b94c49
|
Modify scripts to use helper module
|
2016-03-30 16:30:28 -07:00 |
Derek Bekoe
|
f3c811c42d
|
install CLI as package
|
2016-03-28 14:33:32 -07:00 |
Derek Bekoe
|
edf02cad0d
|
Move command tests out of azure.cli into each respective command module.
- Create install script to install the command modules
- Create test script to run tests on each command module
|
2016-03-28 10:45:12 -07:00 |
Derek Bekoe
|
8a54d5b93b
|
Create file to run pylint on all command modules (fix the issues found)
|
2016-03-25 17:14:35 -07:00 |
Yugang Wang
|
b535537670
|
Merge pull request #57 from derekbekoe/ci-35dev
3.5-dev travis
|
2016-03-14 10:01:10 -07:00 |
Derek Bekoe
|
782febbdde
|
3.5-dev travis
|
2016-03-10 11:42:52 -08:00 |
Derek Bekoe
|
da3d486fde
|
User --buffer option for unittest
Also deleted method that appeared twice (error from git merge?)
|
2016-03-09 10:45:51 -08:00 |
Derek Bekoe
|
2fc6d50d1c
|
Merge branch 'master' into pip-requirements
Moved the pylint requirement to the requirements.txt file
# Conflicts:
# .travis.yml
|
2016-03-02 10:23:33 -08:00 |
yugangw-msft
|
9ea72a3915
|
address code analysis errors by pylints
|
2016-02-29 14:26:38 -08:00 |
Derek Bekoe
|
6fd173d0c4
|
Add requirements.txt for easy pip installs & Instead of specifying requirements in travis, we use the requirements.txt file
|
2016-02-29 10:44:04 -08:00 |
Derek Bekoe
|
e357e5aa72
|
Merge branch 'master' into ci-module-import-test
|
2016-02-26 15:25:47 -08:00 |
Derek Bekoe
|
ed57ff1d16
|
Load the python module in CI to catch import errors
The command returns 0 if successful, 1 otherwise.
|
2016-02-26 15:10:27 -08:00 |
Burt Bielicki
|
42cc6716ac
|
add version to mock package
|
2016-02-26 14:52:35 -08:00 |
Burt Bielicki
|
4b5287d7a8
|
Add mock package for unit tests running on 2.7
|
2016-02-26 13:07:03 -08:00 |
yugangw-msft
|
9319be15b6
|
Enable account set, list, and logout
|
2016-02-24 15:58:09 -08:00 |
yugangw-msft
|
28226e4128
|
the initial .yml file to wire up travis
|
2016-02-22 15:05:14 -08:00 |