mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fully finish the package test
This commit is contained in:
parent
488619d814
commit
fb989bc761
1 changed files with 4 additions and 3 deletions
|
@ -9,9 +9,10 @@ pytestmark = [
|
|||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def test_check_imports(salt_call_cli):
|
||||
def test_check_no_import_error(salt_call_cli):
|
||||
"""
|
||||
Test imports
|
||||
Test that we don't have any errors on teardown of python when using a py-rendered sls file
|
||||
"""
|
||||
output = salt_call_cli.run("state.apply", "breaks", "--output-diff", "test=true")
|
||||
print(output)
|
||||
log.debug(output.stderr)
|
||||
assert not output.stderr
|
||||
|
|
Loading…
Add table
Reference in a new issue