Skip to content

Commit

Permalink
Add functional test category
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleknap committed Jun 15, 2015
1 parent 52249aa commit 87a6963
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def run(command):


run('nosetests --with-coverage --cover-erase --cover-package awscli '
'--with-xunit --cover-xml -v unit/')
'--with-xunit --cover-xml -v unit/ functional/')
12 changes: 12 additions & 0 deletions tests/functional/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You
# may not use this file except in compliance with the License. A copy of
# the License is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompanying this file. This file is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

0 comments on commit 87a6963

Please sign in to comment.