diff options
| author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-06-23 20:08:37 +0200 |
|---|---|---|
| committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-09-18 16:44:26 +0200 |
| commit | 45ac29070e1a95cc1bcb090fd3a58692ff755b2b (patch) | |
| tree | 401c4e1a2a4ab58c72c79f724c63e4e3e9c60f02 /Makefile | |
| parent | 69d0a7499f4990c33c8d186763288dae7d2756a6 (diff) | |
| download | vyos-1x-45ac29070e1a95cc1bcb090fd3a58692ff755b2b.tar.gz vyos-1x-45ac29070e1a95cc1bcb090fd3a58692ff755b2b.zip | |
nose: T7825: Use nose2 for unit tests
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ clean: .PHONY: test test: generate-configd-include-json set -e; python3 -m compileall -q -x '/vmware-tools/scripts/' . - PYTHONPATH=python/ python3 -m "nose" --with-xunit src --with-coverage --cover-erase --cover-xml --cover-package src/conf_mode,src/op_mode,src/completion,src/helpers,src/validators,src/tests --verbose + PYTHONPATH=python/ python3 -m nose2 -v .PHONY: check_migration_scripts_executable .ONESHELL: |
