mirror of https://github.com/ansible/ansible.git
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.pull/60117/head
parent
ac5228390c
commit
fa2adf3b7b
@ -1,9 +1,9 @@
|
|||||||
.PHONY: all sanity units
|
all: sanity unit
|
||||||
|
|
||||||
all: sanity units
|
|
||||||
|
|
||||||
|
.PHONY: sanity
|
||||||
sanity:
|
sanity:
|
||||||
./ansible-test sanity test/runner/ ${TEST_FLAGS}
|
ansible-test sanity test/runner/ ${FLAGS}
|
||||||
|
|
||||||
units:
|
.PHONY: unit
|
||||||
PYTHONPATH=. pytest units ${TEST_FLAGS}
|
unit:
|
||||||
|
PYTHONPATH=.:.. pytest unit ${FLAGS}
|
||||||
|
Loading…
Reference in New Issue