"spir" <denis.s...@free.fr> wrote

My app is about parsing, which input and output usually both are big
and complicated *strings*. So that I find the command line model
really unappropriate for expressing test cases and their expected results.

Any hint/pointer/comment welcome,

What about using command line redirection so you can prepare
the input data in a text file and pipe that into the tests. Would that
work for you?

Alan G

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to