Menu

Coverage broken when used with decorators?

2008-01-22
2013-03-15
  • Aaron Bingham

    Aaron Bingham - 2008-01-22

    Hi,

    I've started using the coverage runner on our project and it is quite helpful.  However, it seems that functions that are modified with a decorator are always reported as Not Executed, even if they are.

    Thanks,

    Aaron Bingham

     
    • Fabio Zadrozny

      Fabio Zadrozny - 2008-01-31

      The coverage.py was updated in the latests version (1.3.12), so, that's probably fixed already.

      Cheers,

      Fabio

       
      • Aaron Bingham

        Aaron Bingham - 2008-02-03

        Hi Fabio,

        Thanks!  I updated to the latest release and all my coverage problems simply went away.  We plan to use this feature heavily.

        Regards,

        Aaron