6 lines
313 B
INI
6 lines
313 B
INI
[behave]
|
|
# features/enterprise (needs a commercial licence) and features/multinode (needs the clustered stack in testing/compose/docker-compose-multinode.yml) are excluded by default.
|
|
# Run either directly, e.g. `python -m behave features/enterprise`.
|
|
exclude_re = features/(enterprise|multinode)
|
|
tags = ~@manual
|