fa2adf3b7b
* 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.
9 lines
142 B
Makefile
9 lines
142 B
Makefile
all: sanity unit
|
|
|
|
.PHONY: sanity
|
|
sanity:
|
|
ansible-test sanity test/runner/ ${FLAGS}
|
|
|
|
.PHONY: unit
|
|
unit:
|
|
PYTHONPATH=.:.. pytest unit ${FLAGS}
|