File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -159,19 +159,19 @@ $ env PYTEST_ADDOPTS="-verbose" make start
159159Pick a file:
160160
161161``` console
162- $ env PYTEST_ADDOPTS=" tests/test_workspacebuilder .py" poetry run make start
162+ $ env PYTEST_ADDOPTS=" tests/workspace/test_builder .py" poetry run make start
163163```
164164
165- Drop into ` test_automatic_rename_option() ` in ` tests/test_workspacebuilder .py ` :
165+ Drop into ` test_automatic_rename_option() ` in ` tests/workspace/test_builder .py ` :
166166
167167``` console
168- $ env PYTEST_ADDOPTS=" -s -x -vv tests/test_workspacebuilder .py" poetry run make start
168+ $ env PYTEST_ADDOPTS=" -s -x -vv tests/workspace/test_builder .py" poetry run make start
169169```
170170
171- Drop into ` test_automatic_rename_option() ` in ` tests/test_workspacebuilder .py ` and stop on first error:
171+ Drop into ` test_automatic_rename_option() ` in ` tests/workspace/test_builder .py ` and stop on first error:
172172
173173``` console
174- $ env PYTEST_ADDOPTS=" -s -x -vv tests/test_workspacebuilder .py::test_automatic_rename_option" poetry run make start
174+ $ env PYTEST_ADDOPTS=" -s -x -vv tests/workspace/test_builder .py::test_automatic_rename_option" poetry run make start
175175```
176176
177177Drop into ` pdb ` on first error:
@@ -237,7 +237,7 @@ Create two terminals:
237237 version of tmuxp above. Then:
238238
239239 ``` console
240- $ py.test tests/test_workspacebuilder .py
240+ $ py.test tests/workspace/test_builder .py
241241 ```
242242
243243Terminal 1 should have flickered and built the session before your eyes.
Original file line number Diff line number Diff line change 1717from tmuxp .workspace import config
1818from tmuxp .workspace .builder import WorkspaceBuilder
1919
20- from .constants import EXAMPLE_PATH , FIXTURE_PATH
21- from .fixtures import utils as test_utils
20+ from .. constants import EXAMPLE_PATH , FIXTURE_PATH
21+ from .. fixtures import utils as test_utils
2222
2323if t .TYPE_CHECKING :
2424 from libtmux .server import Server
You can’t perform that action at this time.
0 commit comments