27 lines
1.1 KiB
INI
27 lines
1.1 KiB
INI
[pytest]
|
|
log_level = INFO
|
|
log_format = %(asctime)s.%(msecs)03d %(levelname)7s %(name)s %(message).5000s
|
|
log_cli = true
|
|
log_cli_level = INFO
|
|
log_cli_format = %(asctime)s.%(msecs)03d %(levelname)7s CLI %(name)s %(message).5000s
|
|
|
|
addopts = --disable-warnings -p no:logging
|
|
|
|
markers =
|
|
critical: Critical checks for every PR
|
|
settings_all: All tests related to the settings
|
|
settings_keycard: Tests related to Keycard settings
|
|
settings_messaging: Tests related to messaging settings
|
|
settings_profile: Tests related to profile settings
|
|
settings_password: Tests related to password settings
|
|
settings_wallet: Tests related to wallet settings
|
|
messaging: All tests related to 1x1 chat and group chat functionality
|
|
communities: All tests related to communities functionality
|
|
onboarding: All tests related to onboarding
|
|
keycard: All tests related to Keycard functionality
|
|
wallet: All tests related to wallet functionality
|
|
transaction: All tests which are doing transactions
|
|
online_identifier: All tests related to online_identifier functionality
|
|
timeout: Apply timeout when test is running longer than expected
|
|
|