mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05: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
Reference in a new issue