-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(web,search,main,atlassian): improve codestyle
- Loading branch information
1 parent
c9185e4
commit 72815d6
Showing
22 changed files
with
477 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
============================= test session starts ============================== | ||
platform darwin -- Python 3.11.6, pytest-8.3.4, pluggy-1.5.0 -- /Users/helmut/Code/starbridge/.venv/bin/python | ||
cachedir: .pytest_cache | ||
rootdir: /Users/helmut/Code/starbridge | ||
configfile: pyproject.toml | ||
testpaths: tests | ||
plugins: datadir-1.5.0, cov-6.0.0, env-1.1.5, logfire-2.11.1, regressions-2.6.0, anyio-4.6.2.post1, xdist-3.6.1, asyncio-0.25.1, docker-3.1.1 | ||
asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=function | ||
collecting ... collected 0 items | ||
|
||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! KeyboardInterrupt !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
/Users/helmut/.local/share/uv/python/cpython-3.11.6-macos-aarch64-none/lib/python3.11/ast.py:273: KeyboardInterrupt | ||
(to show a full traceback on KeyboardInterrupt use --full-trace) | ||
============================ no tests ran in 1.22s ============================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
"""Hello World module of Starbridge serving as an example.""" | ||
|
||
from .cli import cli | ||
from .service import Service | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.