You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it is possible to mark test files with tags and run some group of
tests using the `--tags` option.
Usage:
| ./test-run.py --tags foo
| ./test-run.py --tags foo,bar app/ app-tap/
Show the list of tags:
| ./test-run.py --tags
| ./test-run.py app-tap/ --tags
See syntax and more details in
tarantool/test-run#314
See the task description and possible usages in
tarantool/test-run#22
0 commit comments