Is anybody aware of a test generator/runner, preferably written in Python, that can test code that is input file/output file based? The code to be tested takes an input file with a certain set of keywords. After the keywords different types can be present (floats, ints, strings). I would like to test the code to see if it really catches all "stupid" input it is given. For this, I would like to specify the keywords, their type and their validity range. If possible also "unfeasible" combinations of keywords or keyword values.
It probably isn't too hard to code myself, but lazy as I am, if someone did a good job I would be happy to have a look.
Aucun commentaire:
Enregistrer un commentaire