tarantool/test-run

Allow to choose luatest cases to run

locker opened this issue · 0 comments

From luatest help:

  -p, --pattern PATTERN:  Execute all test names matching the Lua PATTERN
                          May be repeated to include several patterns
                          Make sure you escape magic chars like +? with %

It'd be nice if test-run had a similar option, because a developer is usually only interested in a subset of tests in a test file - the ones that are currently being written/tested. (Currently, test-run always runs all test cases in a file, which may take long.)