| [pytest] | |
| minversion = 8.0 | |
| testpaths = test | |
| addopts = -ra --strict-markers --strict-config --import-mode=importlib --tb=short | |
| markers = | |
| slow: Marks tests as slow | |
| integration: Marks tests requiring external systems | |
| smoke: Core functionality checks | |
| log_cli = true | |
| log_cli_level = INFO | |
| log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s) | |