mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-28 11:15:38 -04:00
integration_tests.py: add kbs.main in import
This commit is contained in:
parent
7560af89f0
commit
041b2d7dc5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def ctx() -> click.Context:
|
||||||
|
|
||||||
|
|
||||||
def test_main_import():
|
def test_main_import():
|
||||||
from main import cli
|
from kupferbootstrap.main import cli
|
||||||
assert cli
|
assert cli
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue