Skip to content

Commit 3a08f78

Browse files
committed
experiment: testing noxfile banner contextmanager
1 parent 1f78fc7 commit 3a08f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigframes/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def log_package_context(session: nox.Session) -> Generator[None, None, None]:
152152
yield
153153
finally:
154154
# This executes AFTER test output finishes, immediately above Nox's summary line
155-
banner_text = f" Finished session for package: {package_name.upper()} "
155+
banner_text = f"Finished session for {package_name.lower()} =========================="
156156
session.log(banner_text)
157157

158158

0 commit comments

Comments
 (0)