summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-10-31 15:11:56 -0700
committerMatt Clay <matt@mystile.com>2016-10-31 15:45:10 -0700
commite24588902f95f4ef407b0b4769a9b99b2faf6854 (patch)
tree0fc6352c05fe1944da2d52cf723e77d1fe4df854 /Makefile
parenta0f1dcbd0fdcc1afb4eb4d435ceb20b4f38770f2 (diff)
downloadansible-e24588902f95f4ef407b0b4769a9b99b2faf6854.tar.gz
Move test_os_server and apply fixes.
- Add missing meta value for test_create_server - Add .gitignore for pytest .cache directory Exclude test_os_server from nose test runs since it was designed for pytest. The test will work correctly when run using pytest. This is a temporary issue, as we'll be moving to pytest soon.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4dbede4722..6465b8bf53 100644
--- a/Makefile
+++ b/Makefile
@@ -106,10 +106,10 @@ NOSETESTS3 ?= nosetests-3.5
all: clean python
tests:
- PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches --cover-erase
+ PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches --cover-erase -e test_os_server
tests-py3:
- PYTHONPATH=./lib $(NOSETESTS3) -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches --cover-erase
+ PYTHONPATH=./lib $(NOSETESTS3) -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches --cover-erase -e test_os_server
integration:
test/utils/shippable/integration.sh