Is there a clear API for this somewhere ?
I was just thinking it would be useful to separate the command line interface and the python interface in case someone (me at the moment) just wants to do something like :
import rester
rester.run_test('test.json')
And document this API.
Is there a clear API for this somewhere ?
I was just thinking it would be useful to separate the command line interface and the python interface in case someone (me at the moment) just wants to do something like :
And document this API.