marrow / cinje

A Pythonic and ultra fast template engine DSL.
MIT License
32 stars 0 forks source link

Write a coverage.py extension to adapt line numbers. #12

Open amcgregor opened 8 years ago

amcgregor commented 8 years ago

According to nedbat on IRC, coverage.py version 4.0 adds the capability to write plugins. We should totally do this.

nedbat commented 8 years ago

Docs: http://coverage.readthedocs.org/en/coverage-4.0.3/plugins.html An example is harder to come by. Mako is similar to cinje, but the plugin is far from done: https://bitbucket.org/ned/coverage-mako-plugin