Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Step 1: Provide a summary of your problem
I was trying to run the tests with
make testand the workspacebuilder_test seems to run endlessly (did have it running for more than 10 minutes, 2 times) before exiting with C-c.Sorry if that is a bit too unspecific but I am not that expierienced with tests. So I'll gladly take advice. The reason for running the tests is that I am working on an issue / feature request.
Edit: okay I narrowed it down to the
def pane_order_test(). I marked it to be skipped. All other tests pass.Edit2: I narrowed it down further: the while loop in the test, at least for me, leads to an infinite loop because the breaking condition of
if p.current_path == pane_pathis never met, it always compares/usr/binvs./usr/sbin.Step 2: Provide tmuxp details
Step 3: Describe your environment
Step 4: Describe the problem:
Steps to reproduce:
make testObserved Results:
Not sure what to provide here since I am not that expierenced with tests. So advice is needed.
Expected Results:
To finish all tests.
Relevant Code:
Did not make changes to testing code.