2023-07-10 15:55:10 +00:00
|
|
|
[pytest]
|
2023-12-01 13:57:36 +00:00
|
|
|
log_level = INFO
|
2023-07-10 15:55:10 +00:00
|
|
|
log_format = %(asctime)s.%(msecs)03d %(levelname)7s %(name)s %(message).5000s
|
|
|
|
log_cli = true
|
2023-12-01 13:57:36 +00:00
|
|
|
log_cli_level = INFO
|
2023-11-30 13:07:26 +00:00
|
|
|
log_cli_format = %(asctime)s.%(msecs)03d %(levelname)7s CLI %(name)s %(message).5000s
|
2023-07-10 15:55:10 +00:00
|
|
|
|
2024-03-28 12:14:49 +00:00
|
|
|
addopts = --disable-warnings -p no:logging
|
2023-08-04 18:27:03 +00:00
|
|
|
|
2023-07-10 15:55:10 +00:00
|
|
|
markers =
|
2023-12-07 16:47:34 +00:00
|
|
|
critical: Critical checks for every PR
|
|
|
|
settings_all: All tests related to the settings
|
2023-12-12 12:43:47 +00:00
|
|
|
settings_keycard: Tests related to Keycard settings
|
2023-12-07 16:47:34 +00:00
|
|
|
settings_messaging: Tests related to messaging settings
|
|
|
|
settings_profile: Tests related to profile settings
|
2024-03-20 14:46:14 +00:00
|
|
|
settings_password: Tests related to password settings
|
2023-12-07 16:47:34 +00:00
|
|
|
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
|
2024-04-08 12:30:05 +00:00
|
|
|
transaction: All tests which are doing transactions
|
2023-12-13 16:16:35 +00:00
|
|
|
online_identifier: All tests related to online_identifier functionality
|
2023-12-26 12:58:07 +00:00
|
|
|
timeout: Apply timeout when test is running longer than expected
|
2023-12-07 16:47:34 +00:00
|
|
|
|