ansible/test/runner/Makefile
Matt Clay fa2adf3b7b
More prep for ansible-test relocation. (#60114)
* Update pytest plugins.
* Fix update-bundled sanity test.
* Remove old validate-modules comment.
* Fix ansible-test plugin loading
* Update code coverage comments.
* Fix Makefile ansible-test reference.
* Remove incorrect path from lint output.
* Update ansible-test unit tests.
* Make ansible-test's own unit tests singular.
2019-08-05 16:38:21 -07:00

9 lines
142 B
Makefile

all: sanity unit
.PHONY: sanity
sanity:
ansible-test sanity test/runner/ ${FLAGS}
.PHONY: unit
unit:
PYTHONPATH=.:.. pytest unit ${FLAGS}