You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # vim: fileencoding=utf-8
- # pytest.ini
- [pytest]
- markers =
- base: marker for running tests for base format class.
- backgrounds: marker for running tests for backgrounds format.
- backgrounds_slow: marker for running slow tests for backgrounds format.
- bind: marker for running tests for bind format.
- compiz: marker for running tests for compiz format.
- contents: marker for running tests for contents format.
- patch: marker for running test for patch format.
- dovecot: marker for running tests for devecot format.
- json: marker for running tests for json format.
- kde: marker for running test for kde format.
- kernel: marker for running test for kernel format.
- ldap: marker for running test for ldap format.
- openrc: marker for running test for openrc format.
- raw: marker for running test fot raw format.
- regex: marker for running test fot regex format.
- sqlite: marker for running test fot sqlite format.
- postfix: marker for running test for postfix format.
- procmail: marker for running test for procmail format.
- proftpd: marker for running tests for proftpd format.
- samba: marker for running tests for samba format.
- xml_xfce: marker for running tests for xml xfce format.
- xml_gconf: marker for running tests for xml gconf format.
- world: marker for running tests for world format.
- formats: marker for running tests for all formats.
-
- files_utils: marker for running tests for calculate.utils.files module.
- package_utils: marker for running tests for calculate.utils.contents module.
- images_utils: marker for running tests for calculate.utils.images module.
-
- gentoo: marker for running tests for utils.gentoo
- calculateini: marker for running tests for utils.calculateini
- template_filters: marker for running tests for template_filters.
- template_engine: marker for running tests for TemplateEngine.
- directory_processor: marker for running tests for DirectoryProcessor.
- template_executor: marker for running tests for TemplateAction.
- template_wrapper: marker for running tests for TemplateWrapper.
- parameters_processor: marker for running test for TemplateParameters.
-
- vars: marker for testing of the datavars module.
- calculate_vars: marker for testing of calculate variables.
- parameters: marker for testing of the parameters module.
-
- scripts: marker for testing of the scripts.
- commands: marker for testing of the commands.
- server: marker for testing of the server.
-
- chroot: marker for testing running by chroot
- needs_root: marker for tests that needs root rights.
|