mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Better name for the pytest only directory
This commit is contained in:
parent
02126dc4a5
commit
dbdbfbcb01
7 changed files with 3 additions and 3 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -60,7 +60,7 @@ salt/modules/reg.py @saltstack/team-windows @saltstack/team-core
|
|||
salt/states/reg.py @saltstack/team-windows @saltstack/team-core
|
||||
tests/*/*win* @saltstack/team-windows @saltstack/team-core
|
||||
tests/*/test_reg.py @saltstack/team-windows @saltstack/team-core
|
||||
tests/nts/* @saltstack/team-code @s0undt3ch
|
||||
tests/pytests/* @saltstack/team-code @s0undt3ch
|
||||
|
||||
# Jenkins Integration
|
||||
.ci/* @saltstack/saltstack-sre-team @saltstack/team-core
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
tests.nts.conftest
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
tests.pytests.conftest
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
"""
|
||||
import pathlib
|
||||
|
Loading…
Add table
Reference in a new issue