You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the wonderful tool! I have a feature request.
Before submitting the problem, I usually do a few sample tests of my own too. Currently, I maintain an input file, so once I've thought and written a test, I won't have to retype it again.
With your setup, I feel I could be more productive in doing so. So, basically, I'll run a command like cf add-test. Then you'll prompt me for the input and the output, and then put them into files inK.txt and ansK.txt (K = integer) inside my working directory. So, that the next time I run cf test, these files will also be checked for correctness.
Thoughts? I don't know much golang but if you need help I'll be more than happy to help out.
The text was updated successfully, but these errors were encountered:
GaurangTandon
changed the title
[Feature request] Way to add new tests of our own to a problem
Way to add new tests of our own to a problem
May 18, 2019
Hi, thanks for the wonderful tool! I have a feature request.
Before submitting the problem, I usually do a few sample tests of my own too. Currently, I maintain an input file, so once I've thought and written a test, I won't have to retype it again.
With your setup, I feel I could be more productive in doing so. So, basically, I'll run a command like
cf add-test
. Then you'll prompt me for the input and the output, and then put them into filesinK.txt
andansK.txt
(K
= integer) inside my working directory. So, that the next time I runcf test
, these files will also be checked for correctness.Thoughts? I don't know much golang but if you need help I'll be more than happy to help out.
The text was updated successfully, but these errors were encountered: