mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[tests/fix] add markers to pytest.ini to please pytest
This commit is contained in:
parent
e80fe075e6
commit
121b40879f
1 changed files with 8 additions and 0 deletions
|
@ -2,3 +2,11 @@
|
||||||
addopts = -s -v
|
addopts = -s -v
|
||||||
norecursedirs = dist doc build .tox .eggs
|
norecursedirs = dist doc build .tox .eggs
|
||||||
testpaths = tests/
|
testpaths = tests/
|
||||||
|
markers =
|
||||||
|
with_system_archive_from_2p4
|
||||||
|
with_backup_recommended_app_installed
|
||||||
|
clean_opt_dir
|
||||||
|
with_wordpress_archive_from_2p4
|
||||||
|
with_legacy_app_installed
|
||||||
|
with_backup_recommended_app_installed_with_ynh_restore
|
||||||
|
with_permission_app_installed
|
||||||
|
|
Loading…
Add table
Reference in a new issue