Lines Matching full:tests
10 @echo " Run tests in the minreqs virtual environment."
11 @echo " These tests use the oldest dependencies."
16 @echo " Run tests against multiple python versions."
17 @echo " These tests use the newest dependencies."
24 @echo " Run tests in a venv against your default python3 version."
25 @echo " These tests use the newest dependencies."
29 @echo " Run tests in your *current environment*."
60 $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate: setup.cfg tests/minreqs.txt
68 echo "INSTALL -r tests/minreqs.txt $(QEMU_MINVENV_DIR)";\
69 $(PIP_INSTALL) -r tests/minreqs.txt 1>/dev/null; \
110 @avocado --config avocado.cfg run tests/
118 @coverage run -m avocado --config avocado.cfg run tests/*.py