-
Notifications
You must be signed in to change notification settings - Fork 4
Add parachute support #1
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
Comments
Sure, let me take a look at it today, I might reach out if I have parachute specific questions since I haven't used it before |
@TatriX Done! Try it out and let me know how it goes. I've updated the README with Parachute specific information. The only feature that doesn't work would be jumping to test definition. That would need a patch to Parachute, and even then would only work on Lispworks. |
Things to look out for: In translating the results model from parachute to fiveam, I might've made some assumptions about the hierarchy of tests. Watch out for slite showing all green but parachute saying a test is failing. In this case, let me know what the hierarchy of the tests look like. |
When I'm trying to load
from this code I think:
|
I think this is due |
Nice!
and getting:
|
Oops, git pull and try one more time: 9a3bb24 |
It seems this insn't handled right now:
|
@TatriX ah, let me think through this one |
(keeping the issue opened for now) |
^ the above change will make the test results load, but rerunning in debugger appears to have broken with that change, will fix that in a second |
Re-run in debugger fixed too df92f13 |
Now I'm getting:
|
@TatriX at which point do you get this error, just when running the tests? Or was that when rerunning in the debugger? |
Also, what was the CL expression you passed to |
I guess it will be easier to debug on my side. I used |
@TatriX yeah, your debugging would be helpful in this situation :) In particular, here's what I'm looking for, if you run The second issue is, even if that condition did get signalled, it should've just opened up a SLY debugger. Do you have any configuration that might prevent SLY from opening a debugger? For instance, if I run |
Hi!
Please consider adding parachute support.
Thanks!
The text was updated successfully, but these errors were encountered: