7 changed files with 25 additions and 19 deletions
@ -0,0 +1,12 @@ |
|||
#include "../pyunit.h" |
|||
|
|||
PyObject *exception_test( PyObject *self, PyObject *args ); |
|||
PyObject *create_destroy( PyObject *self, PyObject *args ); |
|||
PyObject *playlist_test( PyObject *self, PyObject *args ); |
|||
PyObject *vlm_test( PyObject *self, PyObject *args ); |
|||
|
|||
PyObject *timers_test( PyObject *self, PyObject *args ); |
|||
|
|||
PyObject *url_decode_test( PyObject *self, PyObject *args ); |
|||
|
|||
PyObject *i18n_atof_test( PyObject *self, PyObject *args ); |
|||
Loading…
Reference in new issue