xicodomingues / francinette

An easy to use testing framework for the 42 projects
MIT License
463 stars 44 forks source link

pipex: If a test gives a timeout while executing, the program errors out with a "NoneType" #57

Open xicodomingues opened 1 year ago

xicodomingues commented 1 year ago

Screenshot 2023-03-07 at 17 47 21

I should handle the timeouts more gracefully.

Also while at it, put some tests under strict (the weirder ones)

luguimar commented 1 year ago

Hello!! What are the tests 6 and 8 in pipex?? My pipex does not pass in this two and I would like to know how to resolve it... I also get the "'NoneType' object has no attribute 'stderr'". Thankyou!

TianhengQin commented 6 months ago

for test 6

./pipex infile.txt 'sed "s/And/But/"' "awk '{count++} END {printf \"count: %i\", count}'" outfile.txt

should exec like this

Tilidien commented 5 months ago

So this happens when Test 9 timouts? got that right now and im not shure what to do.