eio
eio copied to clipboard
Added skip
This is a work-in-progress that adds skip to the test file.
Hello @patricoferris and @talex5 -- this is the new PR.
The questions asked here are still much needed here too. Thank you :))
Hello @talex5 -- thank you for the insight. How do I get the error message from Eio_linux.run?
The argument to fallback is [`Msg of string].
Hello @talex5 -- regarding adding the skip feature to MDX, I discovered there are two .md files: spawn.md and fd_sharing.md. Am I to create a new .md file or add the skip feature to one of the already existing .md files?
The skip feature needs adding to MDX itself (not Eio). But existing md files will need to be modified to use it.
@talex5 -- I have been trying to add the skip feature to MDX and I need some help:
First, I have MDX installed via spam, but when I try to check the version, it doesn't show. So, I decided to clone the MDX repo and followed the instructions in the contributing.md file. Now, when i run the test, it shows me the output. But how do i proceed to create the skip feature?
From the contributing.md I'll have to use the test\lib for unit tests and the test\bin for end-to-end test. This is where i am confused. Do i need to create a separate file in the test\lib for my skip feature? And will i need to further add it to my test\bin?
I will appreciate any additional help. Thank you ;))
You'll need to add a test to test/bin I would expect.