Re: Anaconda and python-coverage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've finally managed to get `coverage report' to report on pyanaconda by changing the initialization line to:

cov = coverage.coverage(data_file='/mnt/sysimage/root/anaconda.coverage',
                        branch=True,
                        source=['/usr/sbin/anaconda', 'pyanaconda']
                       )

Which misses other modules like pykickstart, yum and blivet from my previous try.

I'm not sure why without the source parameter coverage doesn't pick up pyanaconda (it's in site-packages after all), I've been asking its maintainer about this.

The question now is which modules do we want to have reported ? Only /sbin/anaconda and pyanaconda or more ? Any thoughts are welcome.


--
Alex

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list




[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux