xhujerr
xhujerr
Ok. Now I see there are already several merge requests for this bug. The least intrusive from [jofusa](https://github.com/bkjones/pyrabbit/pull/27). Can you merge that please?
Yes, I'm able to run the tests as you suggest. Thank you. ```python result = unittest_parallel_main(['-s', parser.TestDirectory, "--level", "class"]) ``` But that opens new questions (I can open a new...
Just a quote from https://github.com/peter-evans/create-pull-request > How the action behaves: > > If there are changes (i.e. a diff exists with the checked-out base branch), the changes will be pushed...
While I configured your action quite swiftly, I had problems to understand how to configure the PE pull request action. Now after a month playing with GitHub workflows I tried...
So Peter Evans confirmed that his action is not overlapping with this action: > For very simple use cases where you have an existing feature branch, this action is overkill....