ebu / OSCIED

Open Source Cloud Infrastructure for Encoding and Distribution
Other
16 stars 2 forks source link

Replace transform-test.py by transform.py doctest string #6

Closed davidfischer-ch closed 11 years ago

davidfischer-ch commented 11 years ago

Doctest is a powerful feature of Python (module doctest) I discovered by working on another project. One can write technical documentation with example usages that are run and tested by doctest (sort of unit-testing).