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 units
|
||||
all: sanity unit
|
||||
|
||||
.PHONY: sanity
|
||||
sanity:
|
||||
./ansible-test sanity test/runner/ ${TEST_FLAGS}
|
||||
ansible-test sanity test/runner/ ${FLAGS}
|
||||
|
||||
units:
|
||||
PYTHONPATH=. pytest units ${TEST_FLAGS}
|
||||
.PHONY: unit
|
||||
unit:
|
||||
PYTHONPATH=.:.. pytest unit ${FLAGS}
|
||||
|
Loading…
Reference in New Issue