Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests / fix: Fix v1.13.1 pane spacing issue #809

Merged
merged 7 commits into from
Sep 10, 2022
Merged

Conversation

tony
Copy link
Member

@tony tony commented Sep 10, 2022

re: #800, #806

w/ entr(1):

make watch_test test='tests/test_workspacebuilder.py::test_issue_800_default_size_many_windows -vvv -x -s' 

This may negate the fix in #793 (we may not be able to hard-code it)

@codecov
Copy link

codecov bot commented Sep 10, 2022

Codecov Report

Merging #809 (afeb47e) into master (2b75fb2) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #809      +/-   ##
==========================================
+ Coverage   75.20%   75.27%   +0.06%     
==========================================
  Files          18       18              
  Lines        1432     1436       +4     
  Branches      336      336              
==========================================
+ Hits         1077     1081       +4     
  Misses        267      267              
  Partials       88       88              
Impacted Files Coverage Δ
tmuxp/workspacebuilder.py 85.57% <100.00%> (+0.28%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tony tony force-pushed the default-size-behavior branch 2 times, most recently from 4a05ee5 to f45a6f8 Compare September 10, 2022 17:36
@tony tony force-pushed the default-size-behavior branch 6 times, most recently from d220074 to 3f85af0 Compare September 10, 2022 19:02
@tony tony changed the title tests: Add regression for v1.13.1 pane spacing issue tests / fix: Fix v1.13.1 pane spacing issue Sep 10, 2022
@tony tony merged commit b2b6f53 into master Sep 10, 2022
@tony tony deleted the default-size-behavior branch September 10, 2022 21:48
tony pushed a commit that referenced this pull request Oct 1, 2022
This fixes a bug introduced in 2a4714e76b3a85b3391b05413f36623bcb1493f9
(#809) whereby the `start_directory` session config was no longer passed
to the `new_session` method when building a session. This resulted in
the session working directory is not being set correctly, so new
windows/panes created in the session, would not start in the expected
directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant