Mercurial > libervia-backend
comparison tests/e2e/libervia-cli/test_libervia-cli.py @ 4071:4b842c1fb686
refactoring: renamed `sat` package to `libervia.backend`
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 02 Jun 2023 11:49:51 +0200 |
parents | 524856bd7b19 |
children | dfccc90cacc6 |
comparison
equal
deleted
inserted
replaced
4070:d10748475025 | 4071:4b842c1fb686 |
---|---|
23 | 23 |
24 import sh | 24 import sh |
25 from sh import li | 25 from sh import li |
26 | 26 |
27 import pytest | 27 import pytest |
28 from sat.plugins.plugin_sec_oxps import NS_OXPS | 28 from libervia.backend.plugins.plugin_sec_oxps import NS_OXPS |
29 from sat.plugins.plugin_sec_pte import NS_PTE | 29 from libervia.backend.plugins.plugin_sec_pte import NS_PTE |
30 from sat.plugins.plugin_xep_0277 import NS_ATOM | 30 from libervia.backend.plugins.plugin_xep_0277 import NS_ATOM |
31 from sat.tools.common import uri | 31 from libervia.backend.tools.common import uri |
32 | 32 |
33 | 33 |
34 if os.getenv("LIBERVIA_TEST_ENV_E2E") is None: | 34 if os.getenv("LIBERVIA_TEST_ENV_E2E") is None: |
35 pytest.skip( | 35 pytest.skip( |
36 "skipping end-to-end tests, we are not in a test environment", | 36 "skipping end-to-end tests, we are not in a test environment", |