eio icon indicating copy to clipboard operation
eio copied to clipboard

Added skip

Open create2000 opened this issue 1 year ago • 7 comments

This is a work-in-progress that adds skip to the test file.

create2000 avatar Oct 29 '24 12:10 create2000

Hello @patricoferris and @talex5 -- this is the new PR.

The questions asked here are still much needed here too. Thank you :))

create2000 avatar Oct 29 '24 12:10 create2000

Hello @talex5 -- thank you for the insight. How do I get the error message from Eio_linux.run?

create2000 avatar Nov 16 '24 20:11 create2000

The argument to fallback is [`Msg of string].

talex5 avatar Nov 17 '24 11:11 talex5

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?

create2000 avatar Nov 20 '24 10:11 create2000

The skip feature needs adding to MDX itself (not Eio). But existing md files will need to be modified to use it.

talex5 avatar Nov 22 '24 11:11 talex5

@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 ;))

create2000 avatar Nov 24 '24 19:11 create2000

You'll need to add a test to test/bin I would expect.

talex5 avatar Nov 26 '24 15:11 talex5