deepstream-services-library icon indicating copy to clipboard operation
deepstream-services-library copied to clipboard

Formalize testing of python API (dsl.py)

Open rjhowell44 opened this issue 4 years ago • 0 comments

Need to setup some repeatable, formalized testing for dsl.py.. Something simple for now, solely for testing the ctypes mapping. DSL API testing will continue to be done via the C API.

  • Could be done with the actual LIB. probably faster/simpler than using/maintaining a stubbed LIB
  • It would be nice if individual functions could be called for test.
  • Perhaps it's time to setup PyTest for this?
  • Simple python script at a minimum.

The current method of add-hock testing with a script is insufficient and will not scale.

Comments/suggests appreciated.

rjhowell44 avatar Jun 19 '20 02:06 rjhowell44