forked from pytest-dev/pytest-testinfra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Old unfunctional test code
- Loading branch information
Showing
1 changed file
with
2 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
all: test | ||
|
||
test: | ||
testinfra -vs --cov testinfra --cov-report term testinfra | ||
flake8 testinfra | ||
|
||
integration-test: | ||
vagrant up | ||
vagrant ssh-config > .vagrant/ssh_config | ||
testinfra -vs --cov testinfra --cov-report term --integration --ssh-config=.vagrant/ssh_config -n 4 testinfra | ||
all: doc | ||
|
||
doc: | ||
$(MAKE) -C doc html | ||
|
||
|
||
.PHONY: all test doc integration-test | ||
.PHONY: all doc |