pyinvoke / invocations

Reusable Invoke tasks
http://invocations.readthedocs.io
BSD 2-Clause "Simplified" License
163 stars 28 forks source link

Run tests under coverage by default #5

Closed singingwolfboy closed 3 years ago

singingwolfboy commented 10 years ago

Uses Ned Batchelder's coverage.py script.

bitprophet commented 9 years ago

Bugger, I forgot all about this PR when I recently did this crap: https://github.com/pyinvoke/invocations/blob/1140eeff83d9c9037a114944d83639d455b4ad27/invocations/testing.py#L28-L45

Torn now on the "separate task that calls the 1st" vs "just roll it into test() entirely" approach. Still need to think about the other differences here.