quicktest icon indicating copy to clipboard operation
quicktest copied to clipboard

How can I test for multiple inputs

Open MdNihal05 opened this issue 2 years ago • 2 comments

How stress test if there multiple inputs like graph of n nodes a array permutation of n nodes and Binary string of of length n

2.How can I see failed test case when I use qt cmp ?

MdNihal05 avatar Nov 28 '23 06:11 MdNihal05

Sorry, I've only just seen your message.

2.How can I see failed test case when I use qt cmp?

If you wish to view the failed test cases, you can attempt adding the --diff flag, similar to this

qt cmp -t main.cpp --c correct.cpp -g gen.cpp --diff

Here I leave the documentation of the command, in case it is required. Cmp Docs

How stress test if there multiple inputs like graph of n nodes a array permutation of n nodes and Binary string of of length n

@MdNihal05 Do you have an example of the input?

LuchoBazz avatar Apr 16 '24 19:04 LuchoBazz

Hey thanks I will look into the documentation

mdnihal5 avatar Apr 16 '24 19:04 mdnihal5